MyISAM
Tables
MyISAM
Table Formats
This is a read-only type that is generated with the optional
myisampack
tool (pack_isam
for ISAM
tables):
GPL
, can read tables that were compressed with myisampack
.
0
are stored using 1 bit.
BIGINT
column (8 bytes) may
be stored as a TINYINT
column (1 byte) if all values are in the range
0
to 255
.
ENUM
.
myisamchk
.
Posted by Philippe Verdy on Friday May 17 2002, @6:24am | [Delete] [Edit] |
Could it be possible to add double-quoted names
to allow using table names or column names that
are identical to reserved words or that include
some otherwise invalid characters ?
I think that a "double-quoted name" could be used
everywhere an identifier is allowed in the syntax
of MySQL, and this does not break Yacc parser
rules which can still stay deterministic for
faster performance...
Such an addition would also be consistant with
what Oracle or Access allow internally (so this
could allow easier porting of applications that
use these foreign databases, and could further
allow the implementation of open gateways, and
remote databases managed directly from a main
MySQL dictionnary, so that this would allow to
connect to any database using MySQL connectivity,
any any MySQL compliant tool...)
Posted by Leonardo Dias on Friday May 17 2002, @6:24am | [Delete] [Edit] |
There's no description to the option
low_priority_updates. Someone should add it.