This is a read-only copy of the MariaDB Knowledgebase generated on 2025-06-08. For the latest, interactive version please visit https://mariadb.com/kb/.

Problem with creating a ColumnStore table - Error in getting objectid from oidmanager

Today we encountered the following problem when trying to create a ColumnStore table: #1815 - Internal error: CAL0009: (1)Create table failed due to Error in getting objectid from oidmanager.

A second or two before the CREATE TABLE (...) ENGINE=Columnstore command was executed, we ran the DROP TABLE (we keep our data in InnoDB tables, and our ColumnStore tables are kind of "read only", and we rebuild them when something changes in the primary tables).

Restarting ColumnStore did not work. For an hour or two it was possible to create some CS tables in other databases, now it's not. Seems a bit "random"

Any idea how we can fix it?

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.