Skip to content

vipierozan99/sql_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Cache

Experiment with loading data from a database into a in-memory database with some goals:

  • Use SQL (SQLAlchemy) everywhere
  • Fast in-memory queries with "SQL-like" guarantees (FK, joins, groupby)
  • Good perf? reduce serde/network overhead? (kinda rules out redis?)

The main use case is reducing load on main DB and by executing repeated analytics queries against the in-memory cached data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages