memgraph / documentation

The official documentation for Memgraph open-source graph database.
https://memgraph.com/docs
MIT License
9 stars 5 forks source link

New auto index creation only works in IN_MEMORY_TRANSACTIONAL #742

Closed gcleaves closed 1 week ago

gcleaves commented 2 weeks ago

Memgraph version 2.16.0

Environment Docker

Describe the bug The new auto indexing options only seem to work in IN_MEMORY_TRANSACTIONAL. This is not mentioned in the docs, at least as far as I can see.

To Reproduce Start Memgraph with --storage-automatic-edge-type-index-creation-enabled=true and --storage-automatic-label-index-creation-enabled=true. Set the storage mode to IN_MEMORY_ANALYTICAL. Create a node with a label. No index is created.

Expected behavior Either documentation should specify that this scenario doesn't work, or it should work.

Logs

Additional context

Verification Environment

antejavor commented 1 week ago

Hi @gcleaves, I have transferred this issue from the Memgraph repo to the docs repo since it is mostly docs related.

cc @kgolubic, @gvolfing, it looks like we have some missing content around automatic index creation.

kgolubic commented 1 week ago

Thank you @gcleaves for reporting this. I will update the docs right away :)

https://github.com/memgraph/documentation/pull/743