Manticore Search 28.5.0 Adds Native UUID Support as Document ID
Manticore Search version 28.5.0 introduces native UUID support, allowing developers to use UUIDs directly as document IDs in real-time tables. To enable this, the id field must be declared with the uuid type during table creation, after which both SQL and the HTTP JSON API accept UUID values natively. Users can either supply a pre-existing UUID at insert time or let Manticore auto-generate one, retrievable via LAST_INSERT_ID(). Standard operations such as SELECT, UPDATE, REPLACE, and DELETE all work with UUID identifiers using familiar SQL syntax. This feature is particularly useful for keeping search indexes in sync with primary databases that already use UUIDs as their primary keys.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in