xtdb

emil0r 2025-01-19T16:04:26.441149Z

Are there any plans to add referential integrity in v2?

refset 2025-01-20T15:36:18.353929Z

Hey @emil0r nothing concrete yet, but in principle 'yes'. We probably need to implement secondary indexes of some kind first though, otherwise it could slow down transaction speeds quite considerably. There's also the design space of "temporal referential integrity" which will require some hammock time I think

refset 2025-01-20T15:38:11.736279Z

If you don't need scale or top performance now, you can already approximate referential integrity manually using ASSERT statements πŸ™‚ What kind of data / domain are you working with?

emil0r 2025-01-20T15:55:00.950199Z

web/CMS

πŸ‘ 1
emil0r 2025-01-20T15:55:15.785009Z

Is there a roadmap, or it’s far off in the future?

refset 2025-01-20T16:02:37.066549Z

We can't commit to any timelines publicly, but we are looking for Design Partners still πŸ™‚ (...hopefully 2025 though)

πŸ‘πŸ» 1