Jan Doubravský Honza
  • Joined on 2026-04-16
Honza pushed to devel at Honza/SQLmem 2026-06-11 13:40:09 +02:00
4a86b2282f Add declarative TableSpec API with preload and fail-fast; fix shared-connection race
Honza pushed to devel at Honza/SQLmem 2026-06-11 13:03:33 +02:00
46370fe651 Fix cache stampede with double-checked locking in load_table
Honza pushed to devel at Honza/SQLmem 2026-06-10 13:58:43 +02:00
a68b8994e3 Wire datetime_columns through query params and reads; add db_size and vacuum guard
Honza pushed to devel at Honza/SQLmem 2026-06-09 18:18:52 +02:00
8e46ee3547 Store named datetime columns as INTEGER microseconds (datetime_columns)
a21b5a2a04 Add pragmas, hard_reset, and vacuum for tuning disk-backed caches
Compare 2 commits »
Honza pushed to devel at Honza/SQLmem 2026-06-09 08:48:40 +02:00
8744f458cc Split last_upsert (persisted write) and last_refresh (run liveness) in stats
Honza pushed to devel at Honza/SQLmem 2026-06-08 19:35:46 +02:00
6dc85e4f3c Fix frozen delta watermark and add error stats, lazy source, concurrent disk reads, and per-engine config
Honza pushed to devel at Honza/SQLmem 2026-06-08 11:39:18 +02:00
209ae667ab Add disk-backed SQLite cache mode as an alternative to in-memory
Honza pushed to devel at Honza/GOGUpdater 2026-06-06 09:52:57 +02:00
13e4e14bac Run library, checks and downloads in background threads with parallel fetching
Honza pushed to devel at Honza/SQLmem 2026-06-05 18:18:08 +02:00
757a8f4eba Add secondary indexes to accelerate cache lookups
Honza pushed to devel at Honza/SQLmem 2026-06-05 14:44:20 +02:00
286a5f207d Batch large-table loads to bound memory and add per-table state to stats
Honza pushed to devel at Honza/SQLmem 2026-06-05 12:13:15 +02:00
85bb84a1a6 Add per-table TTL refresh for tables without a change column
Honza pushed to devel at Honza/SQLmem 2026-06-05 11:09:29 +02:00
33aa126ff6 Add incremental delta refresh and fix Decimal/datetime cache binding
Honza pushed to devel at Honza/SQLmem 2026-06-04 18:26:03 +02:00
530c2618cf Add support for query parameters, JOINs, SELECT * and three-part table names
Honza pushed to devel at Honza/SQLmem 2026-06-03 09:48:38 +02:00
b044ca43f8 Add runtime statistics via engine.stats
Honza pushed to release at Honza/SQLmem 2026-06-03 09:43:33 +02:00
989d8311d3 Release v1.0.0
5bfa0fea94 Merge branch 'devel' of https://gitea.doubynet.eu/Honza/SQLmem into release
0faa01d89b Add opt-in logging via add_sink, silence library logger by default
6536ad60c5 Add README, fix column deduplication in parser, remove .env from git
Compare 4 commits »
Honza pushed tag v1.0.0 to Honza/SQLmem 2026-06-03 09:43:28 +02:00
Honza pushed tag v0.2.0 to Honza/SQLmem 2026-06-03 09:34:49 +02:00
Honza pushed to devel at Honza/SQLmem 2026-06-03 09:33:37 +02:00
0faa01d89b Add opt-in logging via add_sink, silence library logger by default
Honza pushed to devel at Honza/SQLmem 2026-06-03 09:30:44 +02:00
6536ad60c5 Add README, fix column deduplication in parser, remove .env from git
Honza pushed to release at Honza/SQLmem 2026-06-02 16:17:26 +02:00
650d630309 Release v0.2.0