Commit Graph

4 Commits (master)

Author SHA1 Message Date
shivajiva101 d80911ed16
Update schema_single.sql
drop and recreate _s table
2019-01-09 00:49:53 +00:00
shivajiva101 0e1dae85d7
add missing semicolon 2019-01-09 00:41:51 +00:00
shivajiva101 d386c4e88d
fix typo 2019-01-09 00:40:57 +00:00
shivajiva101 208eec75c2
performance enhancements (#10)
* drop index and change primary key in DB

* Create schema_update.sql

* Update README.md

* add caching

* fix caching function

* Update schema_update.sql

* removed preload caching

impractical to use, causes crash when building the cache due to the induced lag

* Update README.md

* Create schema_single.sql

converts the dev branch database for use with the rc-1 branch code

* re-add enhanced caching

* Update README.md

* Turned caching off by default

* Update schema_update.sql

* insert version into db if missing

table for cache search fixed
2019-01-08 22:05:14 +00:00