Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Today, we only have the option to checksum a table:
CHECKSUM TABLE tbl_name [, tbl_name] ... [ QUICK | EXTENDED ]
|
However, it would be useful to be able to specify a subset of data, especially a single partition.
Additionally, it would be best if it would be possible to get a checksum of data in an un-partitioned table, then copy this data into a partitioned table, aggregate the checksum values of each partition, and get the same value as un-partitioned table.
( Relates to: MDEV-16249 )
Attachments
Issue Links
- relates to
-
MDEV-16249 CHECKSUM TABLE for a spider table is not parallel and saves all data in memory in the spider head by default
- Closed
-
MDEV-16520 Out-Of-Memory running big aggregate query on Spider Engine
- Closed