Columnstore Reorganize Option

Open
#282 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
sql
Domain
databases

Research direction

No file, test, or entry point is named. Clarify where the option belongs and define acceptance checks for manually reorganizing pre-2019 columnstore indexes before starting.

Written by the indexing model from the issue text.

Description

Review the option to include column store reorganize option. It will be a great help for the SQL Server editions below 2019 as from 2019 tuple-mover is helped by a background merge task that automatically compresses smaller open delta rowgroups that have existed for some time as determined by an internal threshold, or merges compressed rowgroups from where a large number of rows has been deleted.
Until SQL Server 2017, We need to manually Reorganize a column store index forces delta store row groups into compressed row groups in columnstore, and combine smaller compressed row groups into larger row groups.

Dominant language
Jupyter Notebook
Stars
1.6k
Forks
749
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/tigertoolbox

All issues in microsoft/tigertoolbox

Similar issues

More Databases issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.