Skip to content

Creating new buckets doesn't create index automatically #1042

Description

@lvca

Starting from this database:

create vertex type Invoice
create property Invoice.uuid string
create index on Invoice.uuid string

When a new bucket is added to the type, the corresponding index on the new associated bucket is not created:

alter type Invoice bucket +Invoice2023

Same for the removal:

alter type Invoice bucket -Invoice2023

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions