Special properties of CDB#

Consider the following two important points while accessing CDBs.

  • You cannot read single data, like only the x-coordinate for nodes. Always a complete data set depending on the key is read.

  • The data is read sequentially. For example if you need only information for the 20th node, you cannot access this node directly. You have to read the data for all other nodes before.