Skip to content

How many max total schemas? #4398

Closed Answered by EricWittmann
woile asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @woile. The answer to this question depends (to some degree) on the storage mechanism you choose. We support using either a conventional DB or Kafka as the persistent store. If the chosen storage is a DB (e.g. postgresql), then the max number of schemas is essentially unbounded (practically bounded only by the normal limits of an indexed Postgresql table).

If you choose Kafka as the storage, then you are bounded by memory, much like the Confluent solution. We keep all of the schemas and metadata in memory, and so you might choose to set whatever max you find sensible (this will depend on how big your schemas are, on average).

We assume the number of schemas for most use-cases will tend…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by EricWittmann
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