Last week at SapphireNow I had a great chat with Lloyd Palfrey, a senor technical architect with Bluefin Solutions, one of the leading SAP services firms. I caught up with Lloyd at the bar (where the ...
The adoption of in-memory computing continues to accelerate. Mature solutions enable organizations to obtain the database processing speed and scale they require for their digital transformation and ...
Columnar database technology burst on the data warehouse scene just a couple years ago with promises of faster query speeds on vast amounts of data. They delivered on that promise, but at a cost that ...
At the Oracle OpenWorld annual user conference last week, Oracle announced enhancements to the Oracle Database 12c platform, including a new in-memory option for both analytics and transactional ...
The world of technology is currently abuzz with claims of value around “in-memory” technology. By working with data stored in RAM for processing, instead of a traditional database, from which data ...
Where in-memory databases are used (spoiler: everywhere!). Suitability of in-memory databases for microcontrollers. Risks and mitigation of data loss. How an in-memory database is different than ...
As processor speeds increase, the need to reduce latency between the CPU and data becomes more pressing. The answer to that need has seen the rise of local flash storage and PCIe flash solutions. But ...
As every DBA should know, DBMS data is typically persisted using disk storage. So the data is stored on disk and when it is later read or modified it has to be accessed and changed on disk. To ...