Viewing 6 posts - 1 through 7 (of 7 total)
"if serializable is the correct level of locking and concurrency why haven't DBMS / TMS providers been able to implement it yet without impacting throughput? After all, with faster processors...
December 10, 2024 at 10:23 pm
"If the stakeholders make an informed decision that approximate is suitable for their purposes, everything you say is acceptable."
Agreed. Often, summary reporting only needs to be approximate. It's important to...
December 9, 2024 at 10:07 pm
Question: If a have a table with many rows of data in it, then drop a column. Then I do various data updates in the middle of the table that...
July 8, 2024 at 12:05 am
Wow! Ingenious.
It's surprising that DECOMPRESS(..) and COMPRESS(..) work with true gzip files (rather than a raw stream from the deflate algorithm) but then I suppose anyone wanting compressed storage for...
June 19, 2024 at 10:17 pm
Presumably, future inserts (after the column is dropped) won't consume use space for the deleted column, though?
Also, question, if a page is rewritten (e.g., due to a normal insert or...
April 28, 2024 at 10:02 pm
How much of the speed up was due to the shift to a table variable and how much due to removing cursors? It would be interesting if you would...
June 12, 2008 at 11:12 pm
Viewing 6 posts - 1 through 7 (of 7 total)