|
|||||||||||
|
Re: Information Schema FILES table
From: Stewart Smith <stewart(at)mysql.com>
Date: Mon Sep 24 2007 - 03:48:19 EDT
Great to hear somebody else is looking at using it. We spent some time making sure that it's rather flexible. I've dug up the original WorkLog, so hopefully this helps:
On Tue, 2007-09-11 at 09:30 -0500, Kathryn Steinbrink wrote:
UPDATE_COUNT As in MyISAM file header
For all "as in MyISAM file header" columns,
the values will probably be NULL with any
non-MyISAM storage engine that don't store
similar information.
> CREATION_TIME As reported by operating system. LAST_UPDATE_TIME As reported by operating system. LAST_ACCESS_TIME As reported by operating system. VERSION as in INFORMATION_SCHEMA.TABLES ROW_FORMAT as in INFORMATION_SCHEMA.TABLES TABLE_ROWS as in INFORMATION_SCHEMA.TABLES AVG_ROW_LENGTH as in INFORMATION_SCHEMA.TABLES DATA_LENGTH as in INFORMATION_SCHEMA.TABLES MAX_DATA_LENGTH as in INFORMATION_SCHEMA.TABLES INDEX_LENGTH as in INFORMATION_SCHEMA.TABLES DATA_FREE as in INFORMATION_SCHEMA.TABLES CREATE_TIME as in INFORMATION_SCHEMA.TABLES UPDATE_TIME as in INFORMATION_SCHEMA.TABLES CHECK_TIME as in INFORMATION_SCHEMA.TABLES CHECKSUM as in INFORMATION_SCHEMA.TABLES So there is a (subtle) difference... > RECOVER_TIME - What is the description of this field? RECOVER_TIME NULL for most storage engines See internals.xml. > TRANSACTION_COUNTER - What is the description of this field? What TRANSACTION_COUNTER NULL for most storage engines (I think the idea here is if your engine is per file and has a commit count, it should go here) > INDEX_LENGTH - What is expected for this field? A file may have more than INDEX_LENGTH as in INFORMATION_SCHEMA.TABLES > CHECK_TIME - Is this the last time that the file was checked for damage CHECK_TIME as in INFORMATION_SCHEMA.TABLES > Thank you!
Hope this helps,
-- 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 Mon Sep 24 03:48:21 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 07:59:33 EDT |
||||||||||
|
|||||||||||