bitmap-index Questions
3
Solved
I have a fairly simple loop:
auto indexRecord = getRowPointer(0);
bool equals;
// recordCount is about 6 000 000
for (int i = 0; i < recordCount; ++i) {
equals = BitString::equals(SelectMask, i...
Unitarianism asked 6/4, 2022 at 20:38
2
Solved
I am using Oracle 10g XE (express edition). If I try to create a bitmap index, I get an error
ORA-00439 feature not enabled: Bit mapped Indexes
How do I solve this problem and create a bitmap ind...
Tuberous asked 15/5, 2012 at 16:30
1
© 2022 - 2024 — McMap. All rights reserved.