I do a program to manage a number of data stored on a file, and that I will carry out operations (search, add ...).
The problem is that you create an index which will also be stored on a file, and I do not understand how to put it in place.
For example, if I make a table that includes the types (eg, my file has films -> I want to look for an action movie), I do not understand how to link this table with the other elements of the file ( I have a movie with a name, type etc).
Otherwise there are the trees but it's the same I do not understand how, if I create a structure with the file and the key to identification of the film, I fail to see how the hierarchical ordered data tree, and then how to connect all the movies with my index.
I do not know if it is comprehensible what I said, I just want to be informed on the operation and the creation of the index (that is it is a function in their own right?)
Bookmarks