-
- Downloads
Switch to a stream based cache serialization/compression
This commit switches to a stream based nippy compression/serialization. This has the benefit of being able to stop serialization once the threshold for cache size has been reached. Fixes #7479
Showing
- src/metabase/models/interface.clj 9 additions, 10 deletionssrc/metabase/models/interface.clj
- src/metabase/query_processor/middleware/cache_backend/db.clj 56 additions, 11 deletionssrc/metabase/query_processor/middleware/cache_backend/db.clj
- test/metabase/query_processor/middleware/cache_backend/db_test.clj 5 additions, 5 deletions...base/query_processor/middleware/cache_backend/db_test.clj
Please register or sign in to comment