Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
bc63956e
Commit
bc63956e
authored
May 27, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified myisampack 'limitations' (note from Werner).
parent
8ede7ccc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Docs/manual.texi
Docs/manual.texi
+6
-6
No files found.
Docs/manual.texi
View file @
bc63956e
...
@@ -21192,17 +21192,17 @@ Usually, @code{myisampack} packs the datafile 40%-70%.
...
@@ -21192,17 +21192,17 @@ Usually, @code{myisampack} packs the datafile 40%-70%.
MySQL uses memory mapping (@code{mmap()}) on compressed tables and
MySQL uses memory mapping (@code{mmap()}) on compressed tables and
falls back to normal read/write file usage if @code{mmap()} doesn't work.
falls back to normal read/write file usage if @code{mmap()} doesn't work.
There are currently two limitations with @code{myisampack}
:
Please note the following
:
@itemize @bullet
@itemize @bullet
@item
@item
After packing, the table is read-only.
After packing, the table is read-only. This is generally intended
(such as when accessing packed tables on a CD). Also allowing writes
to a packed table is on our TODO list but with low priority.
@item
@item
@code{myisampack} can also pack @code{BLOB} or @code{TEXT} columns.
The
@code{myisampack} can also pack @code{BLOB} or @code{TEXT} columns.
older @code{pack_isam} could
not do this.
The older @code{pack_isam} (for @code{ISAM} tables) can
not do this.
@end itemize
@end itemize
Fixing these limitations is on our TODO list but with low priority.
@code{myisampack} is invoked like this:
@code{myisampack} is invoked like this:
@example
@example
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment