Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-09 | split content table to a hash table | Helmut Grohne | |
In the old content table (package, filename, size) would be the same for multiple hash functions. Now the schema represents that each file has precisely one size, but multiple hashes. | |||
2013-03-07 | enable enforcing foreign keys | Helmut Grohne | |
2013-03-02 | update_sharing: wrong database name | Helmut Grohne | |
2013-03-02 | add sharing table | Helmut Grohne | |
The sharing table is a cache for the /binary web pages. It essentially contains the numbers presented. This caching table is not automatically populated. It needs to be reconstructed after every (group of) package imports. |