The current implementation uses multiple backing tables to store metadata information - e.g. list of indexed keys for both edge and vertex separately, names of index tables. This seems excessive as they could all be stored in a single metadata table given that these will be small. They should be merged into a single table.
The current implementation uses multiple backing tables to store metadata information - e.g. list of indexed keys for both edge and vertex separately, names of index tables. This seems excessive as they could all be stored in a single metadata table given that these will be small. They should be merged into a single table.