[MCOL-1004] Documntation says an extent is 8 million rows. Extent is 8388608 rows Created: 2017-11-02 Updated: 2021-02-20 Resolved: 2021-02-20 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Documentation |
| Affects Version/s: | 1.0.11 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hall (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
See https://mariadb.com/kb/en/library/columnstore-storage-architecture/. It says that an extent is 8M rows and consumes 8MB of storage for a 1 byte value. In the graphics, it uses the words 8 million rows. An Extent is actually 8 Megarows = 8388608 This can be confusing to a user that might panic when the row count goes over 8000000 rows in an extent. |