Skip to content

--db-dir size limit? #43

Answered by glittershark
acuozzo asked this question in Q&A
Mar 21, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

ReadySet needs to fully snapshot the tables in your upstream database in order to be able to cache query results that target those tables - this will take at least the amount of space as your db server, but likely more.

You can limit the specific tables ReadySet snapshots by passing a list of tables to the --replication-tables command line flag when running ReadySet, though then we'll only be able to cache queries that mention those tables

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@acuozzo
Comment options

Answer selected by acuozzo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants