Content deleted Content added
→Limitations: Fixed information implying that only indexes should be in memory in 5.0. Added a limitation on varchars. |
|||
Line 28:
==Limitations==
The largest limitation currently is with the fact that it is largely an [[in-memory database]]. All
Another limitation is with how many nodes can be part of the cluster. Currently you can only have up to 64 nodes in the cluster with up to 48 of those being data nodes that store the actual data. It is possible to change this at compile time, but that has not been thoroughly tested at this point.
Versions up to and including 5.0 do not have support for variable width fields, instead using the entire storage size of the column declaration, effectively making a varchar(255) into a char(255). 5.1 adds true varchar support.
Also of note, The current maximum number of metadata objects is limited to 1,600. (including database tables, system tables, indexes, etc.)
|