Auto Sharding: Difference between revisions
Jump to navigation
Jump to search
(Created page with "## Parallel Sharding MemCP automatically creates parallel shards for optimal query performance across multiple CPU cores. ### Bulk Insert Optimization When inserting large amounts of data, MemCP automatically: 1. **Splits bulk inserts into chunks** of 60,000 rows (configurable via ShardSize) 2. **Creates new shards on-the-fly** when the current shard fills up 3. **Rebuilds full shards in parallel** using background goroutines This enables insertion of millions of ro...") |
Wikiservice (talk | contribs) (Refresh MemCP documentation: accuracy, operational guidance, performance profile and maintained API reference) Tag: New redirect |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
# | #REDIRECT [[Data Auto Sharding and Auto Indexing]] | ||
Latest revision as of 11:59, 28 August 2026
Redirect to: