On Fri, Jan 19, 2007 at 12:28:55AM +0100, Nemanja Corlija wrote: > Even though this is a once a week thing, I still need to speed it up. > I see 2 possible solutions: > 1. Find some way to move file db to memory db and back at near disk > speed (avoid creating index every time)
Why don't you use a trigger to duplicate INSERTs into the memory db to the disk db? Nico -- ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

