data structures in a database
create a table. first define the structure, then i'll put in the actual data.
field - column, cell
record - row
an example of indexes in a database, stored as a tree structure. why would updates take longer now? why would lookup based on an indexed field be faster?
skip list data structure
http://en.wikipedia.org/wiki/Skip_list
No comments:
Post a Comment