Viewing 4 posts - 1 through 4 (of 4 total)
I've seen that wait type be a problem with concurrent queries that use HASHBYTES. Some details here: https://orderbyselectnull.com/2018/05/31/hashbytes-scalability/
Otherwise, I haven't been able to attribute it to a...
May 31, 2018 at 5:51 pm
December 5, 2017 at 6:47 am
Trace flag 692 is documented here: https://docs.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql
Trace flag 9448 disables the referential integrity operator and is mentioned here: https://orderbyselectnull.com/2017/12/05/the-referential-integrity-operator/
December 4, 2017 at 10:21 pm
The randomness component of this question makes it tricky. We don't know the full details of the columnstore compression algorithm, so it's difficult, it not impossible, to construct a data...
September 26, 2017 at 12:55 pm
Viewing 4 posts - 1 through 4 (of 4 total)