usp_AdaptiveIndexDefrag / Error converting data type bigint to numeric
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
Research direction
Start with usp_AdaptiveIndexDefrag and reproduce the statistics-collection path that calls sys.dm_db_stats_properties. Investigate the bigint-to-numeric conversion reported as error 8114, using the provided output and bigint column context. Done means statistics collection completes without the conversion error and defragmentation is no longer left incomplete.
Written by the indexing model from the issue text.
Description
This seems to be happening during collection of statistics, leaving the defragmentation effort incomplete.
Selecting a statistic to update...
Getting information on selected statistic...
Determining modification row counter for statistic [...] on table or view [...] of DB [...]...
Using sys.dm_db_stats_properties DMF...
Error 8114 has occurred while determining row modification counter. Message: Error converting data type bigint to numeric. (Line Number: 0)
Found a row modification counter of 0.000 and 332 rows...
No need to update statistic [...] on DB [...] and object [...]...
The relevant table has a field of type bigint which seems to be where the conflict is originating from.
Without a fix for this the tool cannot be used efficiently.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/tigertoolbox
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
microsoft/tigertoolbox#320 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
microsoft/tigertoolbox#199 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
microsoft/tigertoolbox#319 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
microsoft/tigertoolbox#311 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
microsoft/tigertoolbox#307 ·
All issues in microsoft/tigertoolbox
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
OpenLiberty/open-liberty#35839 ·
-
affects-9.0 found-by-ai may-affects-25.10 may-affects-26.3 may-affects-26.9 may-affects-7.5 may-affects-8.1 may-affects-8.5 severity/major sig/execution type/bug
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
antlr/grammars-v4#5014 · 1 comment ·
-
comp-query-execution fuzz
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121303 · 3 comments ·