Azure Online index rebuilds

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

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
azure, sql
Domain
cloud, databases

Research direction

Start by locating the script's columnstore-index checks and the @onlineRebuild parameter handling. Reproduce the reported Azure Database Hyperscale case with rowstore and columnstore indexes, then verify which Azure SQL rebuilds support ONLINE=ON. Done means supported Azure cases no longer receive the current rejection while unsupported cases remain protected.

Written by the indexing model from the issue text.

Description

Hello we are using this script on Azure Database Hyperscale for a mix of row store indexes and column store indexes

Currently, we have been doing column store indexes with REBUILD with (Online = ON)

but when we use the pram in this script we get the following error
, @onlineRebuild = 1

Checking for Columnstore index...
Online rebuild not possible on Columnstore indexes...

Checking for Columnstore index...
Online rebuild not possible when parent table has Columnstore index...

Is it possible to skip checking version as SQL azure does support Online = on for indexing

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 Cloud issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.