[Zope] 2Gig FS limit - announce

Jaroslav Lukesh lsh@wo.cz
Fri, 6 Sep 2002 10:18:01 +0200


Hi all,

Few weeks ago here somebody tell about complicated solution if data.fs
exceeds 2G limit. Todays I was found prevency for that situation -
PartitionedFileStorage

Little old, but may be usefull.

Regards JL.

------8<---------
Partitioned FileStorage

Created by hathawsh. Last modified on 2000/12/15. 

This is a patch to FileStorage that splits Data.fs into multiple files
(Data.fs.1, Data.fs.2, etc.) This allows Zope's database to grow beyond the
file size limits imposed by either Python or the operating system.