[COMPASS-5830] Do not pass `unique` option with columnstore indexes Created: 16/May/22 Updated: 29/Oct/23 Resolved: 17/May/22 |
|
| Status: | Closed |
| Project: | Compass |
| Component/s: | Indexes |
| Affects Version/s: | None |
| Fix Version/s: | 1.31.3 |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Rhys Howell | Assignee: | Rhys Howell |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Epic Link: | COMPASS-5479 | ||||||||
| Story Points: | 3 | ||||||||
| Documentation Changes: | Not Needed | ||||||||
| Sprint: | Iteration Barnacle | ||||||||
| Description |
|
Currently we're passing the `unique` option = false when creating columnstore indexes in Compass. This errors with `Index type 'columnstore' does not support the 'unique' option.` We should remove the unique field instead of passing false. We should also disable the `unique` ui checkbox option when columnstore indexes are in use. |
| Comments |
| Comment by Githook User [ 19/May/22 ] |
|
Author: {'name': 'Rhys', 'email': 'Anemy@users.noreply.github.com', 'username': 'Anemy'}Message: fix(compass-indexes): remove unique option on columnstore index creation |
| Comment by Githook User [ 18/May/22 ] |
|
Author: {'name': 'Rhys', 'email': 'Anemy@users.noreply.github.com', 'username': 'Anemy'}Message: fix(compass-indexes): remove unique option on columnstore index creation |
| Comment by Githook User [ 18/May/22 ] |
|
Author: {'name': 'Rhys', 'email': 'Anemy@users.noreply.github.com', 'username': 'Anemy'}Message: fix(compass-indexes): remove unique option on columnstore index creation |
| Comment by Githook User [ 17/May/22 ] |
|
Author: {'name': 'Rhys', 'email': 'Anemy@users.noreply.github.com', 'username': 'Anemy'}Message: fix(compass-indexes): remove unique option on columnstore index creation |
| Comment by Githook User [ 17/May/22 ] |
|
Author: {'name': 'Rhys', 'email': 'Anemy@users.noreply.github.com', 'username': 'Anemy'}Message: Merge branch 'main' into |