Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-23 | adapt queries in README to new schema | Helmut Grohne | |
2013-07-10 | schema: reference package table by integer key | Helmut Grohne | |
One approach to improve performance is to reduce the database size. A package name takes up 15 bytes in average. A number of a package takes up two bytes. Multiply that difference with the number of references and it should be noticeably. A small test set show a reduction by 10%. | |||
2013-07-03 | README: explain update_sharing.py | Helmut Grohne | |
2013-06-10 | split the import phase to a yaml stream | Helmut Grohne | |
importpkg.py now emits a yaml stream instead of updating the database. The acutual updating now happens in readyaml.py. In this process autoimport.py was significantly reworked to import packages in parallel. | |||
2013-04-08 | README: improve query after schemachange | Helmut Grohne | |
2013-03-10 | README: update queries to match content table split | Helmut Grohne | |
2013-03-07 | README: explain queries | Helmut Grohne | |
2013-03-06 | README: added interesting query | Helmut Grohne | |
2013-03-02 | update README | Helmut Grohne | |
* Tell about schema.sql. * Explain WAL. | |||
2013-02-25 | README: another interesting query | Helmut Grohne | |
2013-02-24 | hash image contents | Helmut Grohne | |
2013-02-24 | README: fix mistake | Helmut Grohne | |
2013-02-21 | added README | Helmut Grohne | |