|
|
|
|
|
by matburt
3661 days ago
|
|
I used this as part of an Analytics BI project years ago. The biggest problem for me was dealing with the optimistic concurrency model. We ran into enough issues with partial writes during rollbacks due to failed transactions that we eventually had to abandon it in favor of Infobright. Having said that queries were ridiculously fast for OLAP workflows involving millions of records. |
|