[Zope] When is data.fs.index created with ZEO?

Chris Withers chrisw@nipltd.com
Wed, 08 Jan 2003 09:31:03 +0000


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