Is there a way to turn off Analytics feature for Hive? Questions about scalability and persistence #1259
-
Questions above! If a user is interested only in the Schema Registry features: push schema, pull latest schema, delete subgraph schema, and a user doesn't care about all the metrics going through the graph. Is this possible to turn it off? How is composed schema persisted? I saw on the diagram it has only a Redis cache. This is an in-memory database. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi there! Regarding the storage question: schemas pushed to Hive are persisted to the Postgres database, and once composed and valid, it's being pushed to the storage/CDN (on the SaaS solution, we are using a standalone service provided by CloudFlare, to ensure availability at all times. On the self-hosted version it's done by using S3-compatible filesystem storage). |
Beta Was this translation helpful? Give feedback.
Hi there!
You can use the schema registry feature for free - it comes with the free plan, and also with all the other plans. We do not have any limitations on the scheme registry.
Please note that some registry features such as conditional breaking changes (based on usage) will not work, if you are not reporting any operations data to Hive.
Regarding the storage question: schemas pushed to Hive are persisted to the Postgres database, and once composed and valid, it's being pushed to the storage/CDN (on the SaaS solution, we are using a standalone service provided by CloudFlare, to ensure availability at all times. On the self-hosted version it's done by using S3-compatible filesystem stor…