openlawlibrary/stelae

Optimize sqlite database

n-dusan opened this issue · 0 comments

Currently the database stores composite keys as primary keys.

We'll need to bring down the volume of the sqlite3 db by using hashed ids as primary keys instead of composite keys.