Oracle has recently announced its latest Oracle database in-memory feature in 12c.
Oracle already had an in-memory database TimesTen and now I was wondering as to what the the differences between these two beasts?
1 Answer 1
There's a massive difference. TimesTen is an dedicated in-memory database.
Oracle in-memory is just an added optional extra for Oracle 12c that lets you mark data, given certain indexing rules (you drop them), as in-memory. Oracle then caches the data in memory in both a row and columnar fashion, enabling fast retrieval for both OLTP and reporting workloads. It requires no code changes for existing Oracle-based applications - completely transparent & can offer significant performance improvements.
-
This question may sound very trivial, as I am not a db geek just a curious software dev. Thanks alot.Narendra Pathai– Narendra Pathai2014年06月12日 09:41:40 +00:00Commented Jun 12, 2014 at 9:41
Explore related questions
See similar questions with these tags.