> Hey, > > Is it possible to change the Storage engine of tables namely > "quotas_tracking" & "session_tracking" > & Would the change hamper the performance of Cluebringer ? I think it > would. > > Reason I'm asking is both tables are using FOREIGN KEYS which aren't > supported by MEMORY Engine in MySQL. > > Also is there any workaround ( apart from keeping the storage engine > to InnoDB ) ?
Try removing the foreign keys from the schema and trying with the memory engine. _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
