Viewing 7 posts - 1 through 7 (of 7 total)
Hi Everyone,
just wanted to give an update on the approach we ended up going with:
Further analysis of write behavior of different tables showed that our largest and most resource consuming...
September 6, 2021 at 3:13 pm
Yes, if you return 80-100% of the table every time, columnstore would likely be better. That makes it seem very likely that Power BI is likely reading (almost) all...
July 10, 2021 at 11:32 am
MadOwl wrote:Add to that that we have ~4000 tables to maintain...
Are they mostly ColumnStore or RowStore?
They are exlusively Nonclustered Columnstores.
Hi ScottPletcher, I have not seriously considered page...
July 9, 2021 at 8:12 pm
Hi ScottPletcher, I have not seriously considered page compression instead of (N)CCI's as not using any columnstores would require us creating B-Tree indexes to keep query performance sane. In our...
July 9, 2021 at 10:47 am
I initially figured the nonclustered index would help with the updates/deletes - it didn't. I also just ran a test without the nonclustered index with only a minor improvement.
Yeah, Niko...
July 8, 2021 at 8:59 pm
It seems the issue ended up being unixODBC version 2.3.1. Upgrading to 2.3.7 resolved the problem for me.
October 22, 2018 at 7:02 am
Issue is somewhat resolved. There seems to be bug in how pyodbc handles duplicate primary keys on tables with the IGNORE_DUP_KEY = ON option.
Github issue here: https://github.com/mkleehammer/pyodbc/issues/476
October 21, 2018 at 7:27 am
Viewing 7 posts - 1 through 7 (of 7 total)