Scaling with Chrondb #97
michal-kuzak
started this conversation in
General
Replies: 1 comment
-
|
Scaling isn’t a concern yet, but based on the architecture, I believe writes will be slower since we need to persist data to disk On the other hand, reads go through Lucene, so we shouldn’t have issues there, since the most accessed records are indexed (and will be in memory) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How would this scale ? We did something similar year ago, and this proved over time a real problem. A lot of small files, without the possibility to scale or port. So what's the Architectural idea here ?
Beta Was this translation helpful? Give feedback.
All reactions