[ZODB-Dev] Runaway cache size

2008-07-30 Thread AFoglia
I have a database consisting mainly of an IOBTree of ~700,000 items (each persistent mappings), and an zc.catalog indexing them by one of the mapping's fields (a date). I am opening the FileStorage in read_only mode. For each day in the index, I get the day's mappings and read the con

Re: [ZODB-Dev] RelStorage: Clearing temp_store in replication-friendly way

2008-07-30 Thread Stefan H. Holek
On 27. Jul 2008, at 18:48, Shane Hathaway wrote: I would expect that when a slave goes down, the slave must replay all of the statements since the beginning of a transaction, including the statements that create temporary tables. Does it not work that way? Not in MySQL anyway. MySQL know