python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unable to set MAXDOP option on a non-clustered columnstore Index
I'm trying to set MAXDOP option on a non-clustered columnstore index using the following ways and it doesn't seem to be sticking. Server is SQL Server 2019.
Index properties -> Options Page ->...
neel
Votes: 0
Answers: 0
Batch insertion in MariaDb ColumnStore taking longer time
In my team we decided to choose MariaDb ColumnStore for running OLAP queries. So before that we thought of testing MariaDb ColumnStore with bulk and batch insertions for 100,000 records (1 lakh record...
Swastik
Votes: 0
Answers: 2
MariaDB with ColumnStore spawns a lot of child processes
I'm having a strange issue with a MariaDB Community 10.6 with ColumnStore installation running on a Ubuntu 20.04.
After I start the server and my application begins sending queries to it, the process ...
Patrick A Gonçalves
Votes: 0
Answers: 0
Why a subselect filter fails after a columnstore index deploy?
I deployed a columnstore index on a huge table, the all together perfomance gain was significant, but a report that has where id in (subselect) filtering started to fail with datatype mismatch. I chec...
Tom
Votes: 0
Answers: 1