Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

MasterTable Interface

#partition_id

Somewhere in a partition based on two column data structures (i.e. BTree), we need to store entry objects. This table will contain the entry objects with attributes and values as the user provided them during add and modify operations. The server may insert additional attributes such as operational attributes into these entries, however all the original attributes provided by the user are as they were including the case of their attribute identifiers.

...