hyperdx icon indicating copy to clipboard operation
hyperdx copied to clipboard

Feature Request: Store HyperDX metadata in ClickHouse.

Open itkillsnone opened this issue 5 months ago • 0 comments

MongoDB is currently used as metadata storage for HyperDX for user authentication, data source storage etc. However using MongoDB in a multi-tenant manner can be tricky because we have to make sure one tenant cannot read another tenant's data. Besides, using MongoDB make the system a little more unstable because there is one more dependency in the system.

So we are thinking maybe store the metadata directly in user's ClickHouse instance, maybe create a default database for HyperDX in ClickHouse like 'hyperdx_metadata'.

itkillsnone avatar Jul 30 '25 07:07 itkillsnone