File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 639639
640640 These are the limits:
641641Maximum size for a database? unlimited (60GB databases exist)
642- Maximum size for a table? unlimited on all operating systems
642+ Maximum size for a table? 64 TB on all operating systems
643643Maximum size for a row? unlimited in 7.1 and later
644+ Maximum size for a field? 1GB in 7.1 and later
644645Maximum number of rows in a table? unlimited
645- Maximum number of columns in a table? unlimited
646+ Maximum number of columns in a table? 1600
646647Maximum number of indexes on a table? unlimited
647648
648649 Of course, these are not actually unlimited, but limited to available
649- disk space.
650+ disk space and memory/swap space. Performance may suffer when these
651+ values get unusually large.
650652
651653 4.7) How much database disk space is required to store data from a typical
652654 text file?
Original file line number Diff line number Diff line change @@ -831,14 +831,16 @@ <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 >
833833Maximum size for a database? unlimited (60GB databases exist)
834- Maximum size for a table? unlimited on all operating systems
834+ Maximum size for a table? 64 TB on all operating systems
835835Maximum size for a row? unlimited in 7.1 and later
836+ Maximum size for a field? 1GB in 7.1 and later
836837Maximum number of rows in a table? unlimited
837- Maximum number of columns in a table? unlimited
838+ Maximum number of columns in a table? 1600
838839Maximum number of indexes on a table? unlimited
839840</ PRE >
840841 Of course, these are not actually unlimited, but limited to
841- available disk space.
842+ available disk space and memory/swap space. Performance may
843+ suffer when these values get unusually large.
842844
843845 < H4 > < A name ="4.7 "> 4.7</ A > ) How much database disk space is required
844846 to store data from a typical text file?< BR >
You can’t perform that action at this time.
0 commit comments