Skip to content

Conversation

@jacktengg
Copy link
Contributor

Mannual pick from master (#11952)

For debug purpose:
Add session variable skip_storage_engine_merge, when set to true, tables of aggregate key model and unique key model will be read as duplicate key model.
Add session variable skip_delete_predicate, when set to true, rows deleted with delete statement will be selected.

Proposed changes

Issue Number: close #xxx

Problem summary

Describe your changes.

Checklist(Required)

  1. Does it affect the original behavior:
    • Yes
    • No
    • I don't know
  2. Has unit tests been added:
    • Yes
    • No
    • No Need
  3. Has document been added or modified:
    • Yes
    • No
    • No Need
  4. Does it need to update dependencies:
    • Yes
    • No
  5. Are there any changes that cannot be rolled back:
    • Yes (If Yes, please explain WHY)
    • No

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

…ms: add session variable skip_storage_engine_merge to treat agg and unique data model as dup model (apache#11952)

For debug purpose:
Add session variable skip_storage_engine_merge, when set to true, tables
of aggregate key model and unique key model will be read as duplicate
key model.
Add session variable skip_delete_predicate, when set to true, rows
deleted with delete statement will be selected.
@yiguolei yiguolei merged commit 7b0313d into apache:branch-1.1-lts Sep 27, 2022
jacktengg added a commit to jacktengg/incubator-doris that referenced this pull request Sep 28, 2022
…riable skip_storage_engine_merge to treat agg and unique data model as dup model apache#12973"

This reverts commit 7b0313d.
dataroaring pushed a commit that referenced this pull request Sep 28, 2022
* Revert "[bugfix](compaction) bug: compaction read delete data as normal data (#13025)"

This reverts commit 98f1124.

* Revert "[improvement](storage) For debugging problems: add session variable skip_storage_engine_merge to treat agg and unique data model as dup model #12973"

This reverts commit 7b0313d.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants