summaryrefslogtreecommitdiff
path: root/doc/dbschema.rst
Commit message (Collapse)AuthorAgeFilesLines
* perf: more combine speed-upsNed Batchelder2022-11-201-2/+3
| | | | | | | By avoiding writing metadata that differs but doesn't change the data, we get a higher hitrate on the hash-checking when combining. Use --debug=process to include these details for debugging.
* perf: hash data files during combining to avoid unneeded work. #1483Ned Batchelder2022-11-081-2/+1
| | | | | | | | | When generating many parallel data files, often some data files will be exact copies of each other. Checking the hashes, we can avoid combining the duplicates, speeding the process. On a coverage.py metacov, we had 651 duplicates out of 2189 files (29%). The time to combine was reduced by 17%.
* docs: minor tweaks to db docsNed Batchelder2022-09-291-2/+3
|
* docs: ensure code blocks are highlighted properlyNed Batchelder2022-08-211-3/+3
|
* build: provide hints about how to fix cog-check quality failures.Ned Batchelder2022-01-151-0/+4
|
* build: use cog to maintain data copied into docsNed Batchelder2021-11-191-6/+16
|
* docs: remove stale TODONed Batchelder2021-10-181-3/+1
|
* A little more in the db schema docsNed Batchelder2019-09-091-0/+12
|
* Fix some sphinx mis-referencesNed Batchelder2019-08-111-6/+4
|
* Document SQLite access to data.Ned Batchelder2019-08-111-0/+105