View Single Post
Old 07-19-2011, 11:36 AM   #17
avantman42
Wizard
avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.
 
avantman42's Avatar
 
Posts: 1,090
Karma: 6058305
Join Date: Sep 2010
Location: UK
Device: Kindle Paperwhite
Quote:
Originally Posted by ThR View Post
Calibre stores its contents in a database. A file system IS a database and calibre is using it. Where's the problem?
Your computer's file system isn't a database in the same way that SQLite is. Using the computer's file system to do things like queries and lookups instead of a database program like SQLite would be slow and inefficient. Calibre uses SQLite as a database (for doing queries and lookups and other such things that databases are good at), and uses your computer's file system for storing files (which your computer's file system is good at).
avantman42 is offline   Reply With Quote