JHUAPL / AccumuloGraph

An implementation of TinkerPop Blueprints using Accumulo
Apache License 2.0
33 stars 12 forks source link

Merge metadata tables #103

Closed mikelieberman closed 9 years ago

mikelieberman commented 9 years ago

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.

mikelieberman commented 9 years ago

Merged changes in 1018d48382e488a9f0757768c5230d8d0e05ecf2