Hi, Dominique, You are right. The auxiliary files for text columns are not created by ibis::part::buildIndexes. I am adding the functions necessary for ibis::part::buildIndexes to create these files. It might take me till later tonight before I can check in a coherent set of code. I am in the middle of making some other changes..
John On 1/19/12 3:02 PM, Dominique Prunier wrote: > John > > If i understand property, once my partition has been created, if i > ensure that every auxiliary data has been created (idx, int, sp, > dic, ...), i would be able to use it as a read-only partition from > multiple processes, am i right ? > > My concern is that i'm not exactly sure when all these auxiliary > files get created. I know that if i build indexes, the .idx, .int > and .dic gets created, but it seems that the .sp gets created on > demand later. > > In my use case, this is not a big deal to have a copy for each > process, but if i can avoid it, i'll be more that happy :) > > Thanks, > _______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
