What exactly is the ‘online’ in OLAP and OLTP

database-theoryolaponline-operationsterminologytransaction

I'm a bit confused because I'm questioning the definition of 'online' in OLTP and OLAP. I used to think that 'online' here means that we want our answer in bounded time and based on the data available at an instance in time.

But OLAP queries can take a some hours to compute – isn't this offline?

And a quick search indicates offline OLAP which sounds rather confusing (offline online analytical processing)…?

What exactly is 'online'?

Best Answer

It is simply a remnant of olden times, when it was used in contrast to batch processing. "Online" here means "interactive", that is, requests to the database are processed as they come and responses are given more or less immediately, or at least as soon as they are available. Batch processing would collect requests into, well, batches, and execute them on schedule; responses would be given after the entire batch execution (e.g. next morning).

Abbreviations OLAP and OLTP hint at another historical artifact: "on-line" used to be the more common spelling until mid-1980s.