iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

Remove ion_master_table lookup-by-config functionality. #27

Closed Stickerpants closed 8 years ago

Stickerpants commented 8 years ago

The ion_master_table implementation currently allows lookup by providing the configuration of the dictionary to retrieve it from storage. By team consensus, it has been decided that this is not a good way to use the master table and should be removed. The only way to retrieve a dictionary should be by providing the ID.

Stickerpants commented 8 years ago

Closed for the time being, as the master table will be undergoing significant change in the near future.