When is data.fs.index created with ZEO?
Say i move a Data.fs to a new ZEO installation. Does a new data.fs.index get created when the ZEO starts, when a client starts or at some other point in the process? Thanks--Chris
Chris Muldrow wrote:
Say i move a Data.fs to a new ZEO installation. Does a new data.fs.index get created when the ZEO starts, when a client starts or at some other point in the process?
The index is associated with the FileStorage, so it will be created on the StorageServer as and when the FileStorage code chooses to. cheers, Chris
upon startup an index will be created, in memory. it gets written out when the process is shut down cleanly. jens On Wednesday, Jan 8, 2003, at 00:18 US/Eastern, Chris Muldrow wrote:
Say i move a Data.fs to a new ZEO installation. Does a new data.fs.index get created when the ZEO starts, when a client starts or at some other point in the process? Thanks--Chris
participants (3)
-
Chris Muldrow -
Chris Withers -
Jens Vagelpohl