Reputation: 2241
I've just been watching the QCON presentation about Disruptor. It looks like (and it may well be I've not fully grasped it - so SIA) this is good for OLTP, but I am not sure whether it is also useful for OLAP-type applications. It fundamentally seems to be around access to/response from (and in fact re-architecting) your business logic for optimal OLTP performance.
So, would there any benefit for an OLAP application (other than the efficient management of requests/responses) and is so what are the kind of things you'd need to consider and where could it be applied ? Or perhaps it is just wrong to try an apply it in this area?
Thx
S
Upvotes: 1
Views: 349
Reputation: 106401
You could potentially use a Disruptor-style approach to allow realtime incremental updates to OLAP cubes based on incoming event streams.
I'm not sure it would really buy you much though for the following reasons.
Upvotes: 2