Commit Graph

16 Commits

Author SHA1 Message Date
Joe Ardent 71fae193be minor tidy 2023-07-29 12:27:12 -07:00
Joe Ardent b8481dc106 finish the migration to julids 2023-07-28 16:15:27 -07:00
Joe Ardent 7aefedf993 Use Julids for DbId.
First phase just does a typedef of "DbId = Julid", and confirms the plugin will load into
sqlite. All tests pass. Next phase removes client-side generation of IDs.
2023-07-26 17:10:52 -07:00
Joe Ardent 359a732a84 Fix the tests.
The test server had to be created in an async context or Hyper wouldn't run.
2023-07-21 15:15:47 -07:00
Joe Ardent 48308aa169 make db acquire sync; tests fail but app runs correctly 2023-07-18 17:37:24 -07:00
Joe Ardent 840fba6e92 more inappropriation 2023-07-08 22:00:26 -07:00
Joe Ardent 4ea285abb5 no witches in src or db 2023-07-08 21:21:12 -07:00
Joe Ardent 0e016552ab Clean up the import code.
Make things as batch-y as possible; add timers; tweak the db.
2023-07-08 13:16:05 -07:00
Joe Ardent 49d405fd10 Best results yet, just use (user, watch) for quest ID. 2023-07-06 13:56:55 -07:00
Joe Ardent 4c44aa12b0 Now takes only 6 seconds, instead of 3600. Ready for final tests. 2023-07-06 12:24:25 -07:00
Joe Ardent 4f0540a903 super duper slowly adds watchquests 2023-07-06 08:48:42 -07:00
Joe Ardent 87fe035971 refactored omega code, same results as before 2023-07-05 16:26:20 -07:00
Joe Ardent 5e4f5c07d8 Update db config to production-friendly.
Four seconds to insert 10k records, with a prod-safe config. Stick with this design.
2023-07-04 16:24:28 -07:00
Joe Ardent e93e43786f inserts 10k rows in 6 seconds 2023-07-04 11:30:42 -07:00
Joe Ardent 825db88039 imports 10k random movies 2023-07-03 15:20:19 -07:00
Joe Ardent 4896223b83 add a bunch of stuff for adding and seeing watches 2023-07-01 15:42:01 -07:00