|
|||||||||||
|
Re: Do not save tables in ram?
From: Stewart Smith <stewart(at)mysql.com>
Date: Tue Oct 02 2007 - 23:32:18 EDT
Tables don't use more than one tablespace. Each table (well..... in the future, a partition) is stored in a single tablespace. A tablespace is made up of zero to many data files. you can query the INFORMATION_SCHEMA.FILES table to show files with free extents. Although, there may be room inside these allocated extents, so this isn't entirely perfect. > Also, do undo files get filled up? I don't see in the Yes, they can do. You can query the total used undo in the logfile group from the INFORMATION_SCHEMA.FILES table. -- Stewart Smith, Senior Software Engineer MySQL AB, www.mysql.com Office: +14082136540 Ext: 6616 VoIP: 6616@sip.us.mysql.com Mobile: +61 4 3 8844 332 Jumpstart your cluster: http://www.mysql.com/consulting/packaged/cluster.htmlReceived on Tue Oct 2 23:32:21 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:15:20 EDT |
||||||||||
|
|||||||||||