Comparison: MemCP vs. MySQL: Difference between revisions
Jump to navigation
Jump to search
(Created page with "MemCP has the following advantages over MySQL: * No 64 character limit for column names * uses only 20% of storage compared to InnoDB and MyISAM storage format * supports natural sort (1, 2, 10, 11 instead of 1, 10, 11, 2) with collations * Up to 10x faster query performance for aggregations") |
(No difference)
|
Revision as of 22:45, 19 December 2024
MemCP has the following advantages over MySQL:
- No 64 character limit for column names
- uses only 20% of storage compared to InnoDB and MyISAM storage format
- supports natural sort (1, 2, 10, 11 instead of 1, 10, 11, 2) with collations
- Up to 10x faster query performance for aggregations