Using LokiJS will not scale, and our database has already reached 180 MB:
jakubgs@master-01.do-ams3.ci.release:/docker/ghcmgr/data % ls -lh
total 218M
-rw-r--r-- 1 dockremap dockremap 180M Jan 14 14:17 main.db
And this will only get worse with time. It's probably about time to migrate to SQLite LevelDB.
Using LokiJS will not scale, and our database has already reached 180 MB:
And this will only get worse with time. It's probably about time to migrate to
SQLiteLevelDB.