Viewing 5 posts - 1 through 5 (of 5 total)
I was intersted in using bitwise operation because
Col & mask, and trying to find the "mask" value to get the following result
-2...
December 18, 2009 at 7:46 am
I was trying to use the bit wise like
Col & mask
and -2 & mask= ' '
-1 & mask= ' '
-2...
December 18, 2009 at 7:40 am
The original table values are int, but it should be converted to char. This is the way I did it. but the performance is slow.
SELECT
...
December 18, 2009 at 7:25 am
It is just updating the table (5 columnX20,000,000 records= 100,000,000). and the performance of the case statement is a little bit slow. I was thinking bitwise operation might be...
December 18, 2009 at 6:07 am
The table has about 20 million records and the case statement is slow. I just want to improve the performance using the bitwise operation.
Alex
Txs
December 15, 2009 at 3:22 pm
Viewing 5 posts - 1 through 5 (of 5 total)