> I see that my DB when 1st started, takes up few kilobytes, > then after few days, it is now 186MB. Will it consumption > keep expanding forever?
A database in mode ONLINE should consume more than a few kilobytes, as the data cache is kept in memory. After that, it might be that some data structures grow, but memory consumption shouldn't certainly double. If you suspect a memory leak, it would be helpful if you can isolate a loop which triggers the growth: is it connections, SELECTSs, backups? Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
