You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Puchkovskiy (Jira)" <ji...@apache.org> on 2023/05/23 12:02:00 UTC

[jira] [Created] (IGNITE-19550) Reuse IDs of dropped Catalog objects for new objects

Roman Puchkovskiy created IGNITE-19550:
------------------------------------------

             Summary: Reuse IDs of dropped Catalog objects for new objects
                 Key: IGNITE-19550
                 URL: https://issues.apache.org/jira/browse/IGNITE-19550
             Project: Ignite
          Issue Type: Improvement
            Reporter: Roman Puchkovskiy
             Fix For: 3.0.0-beta2


In IGNITE-19524, we are switching from UUIDs to ints as IDs of the Catalog objects (tables, indices, views, zones). Some users have use-cases where they constantly create, drop and recreate same tables. In such cases, it might make sense to reuse object IDs to slow down the growth of the global counter.

A design is required.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)