ClickHouse/tests/queries/0_stateless/02902_diable_apply_deleted_mask.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
327 B
Plaintext
Raw Normal View History

Normal SELECT does not see deleted rows
1 1 1
3 3 1
2023-10-24 13:30:32 +00:00
With the setting disabled the deleted rows are visible
0 0 0
1 1 1
2 2 0
3 3 1
4 4 0
2023-10-24 13:30:32 +00:00
With the setting disabled the deleted rows are visible but still can be filterd out
1 1
3 3
Read the data after OPTIMIZE, all deleted rwos should be physically removed now
1 1 1
3 3 1
5 5 1