Overview 1. File overwrite by a rogue thread or process 1.1. Continuing to use a file descriptor after it has been closed 1.2. Backup or restore while a transaction is active 1....
Backup and Restore Backing up rqlite Generating a SQL text dump Requesting a VACUUMed copy Compressed backups Always test your backups Automatic Backups Amazon S3 Other S3-Co...
C-language Interface Specification for SQLite C-language Interface Specification for SQLite These pages are intended to be precise and detailed specification. For a tutorial in...
New stuff SQLite SQLite Extension New stuff The query-builder has been rewritten from the ground-up to be more flexible andpowerful. There is now a generic, lower-level API ...
1. Summary 1.1. Caveats 1.2. Related Studies 2. How These Measurements Are Made 2.1. Read Performance Measurements 2.2. Write Performance Measurements 2.3. Variations 3. Gen...
Performance Performance Factors Disk Network Improving Performance Batching Queued Writes Use more powerful hardware Use a memory-backed filesystem Placing the SQLite databa...
Database Database The Peewee Database object represents a connection to a database.The Database class is instantiated with all the information neededto open a connection to...