Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitab71c20

Browse files
committed
Update FAQ.
1 parenta447734 commitab71c20

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

‎doc/FAQ

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@
639639

640640
These are the limits:
641641
Maximum size for a database? unlimited (60GB databases exist)
642-
Maximum size for a table?64 TB on all operating systems
642+
Maximum size for a table?16 TB
643643
Maximum size for a row? unlimited in 7.1 and later
644644
Maximum size for a field? 1GB in 7.1 and later
645645
Maximum number of rows in a table? unlimited
@@ -650,6 +650,13 @@ Maximum number of indexes on a table? unlimited
650650
disk space and memory/swap space. Performance may suffer when these
651651
values get unusually large.
652652

653+
The maximum table size of 16TB does not require large file support
654+
from the operating system. Large tables are stored as multiple 1GB
655+
files.
656+
657+
The maximum table size and maximum number of columns can be increased
658+
by four if the default block size is increased to 32k.
659+
653660
4.7) How much database disk space is required to store data from a typical
654661
text file?
655662

‎doc/src/FAQ/FAQ.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ <H4><A name="4.6">4.6</A>) What is the maximum size for a row,
831831
<P>These are the limits:</P>
832832
<PRE>
833833
Maximum size for a database? unlimited (60GB databases exist)
834-
Maximum size for a table?64 TB on all operating systems
834+
Maximum size for a table?16 TB
835835
Maximum size for a row? unlimited in 7.1 and later
836836
Maximum size for a field? 1GB in 7.1 and later
837837
Maximum number of rows in a table? unlimited
@@ -842,6 +842,13 @@ <H4><A name="4.6">4.6</A>) What is the maximum size for a row,
842842
available disk space and memory/swap space. Performance may
843843
suffer when these values get unusually large.
844844

845+
<P>The maximum table size of 16TB does not require large file
846+
support from the operating system. Large tables are stored
847+
as multiple 1GB files.
848+
849+
<P>The maximum table size and maximum number of columns can be
850+
increased by four if the default block size is increased to 32k.
851+
845852
<H4><Aname="4.7">4.7</A>) How much database disk space is required
846853
to store data from a typical text file?<BR>
847854
</H4>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp