InfoQ Homepage News Oracle Database Gets In-Memory
Oracle Database Gets In-Memory
Lire ce contenu en français
Jul 28, 2014 less than one minute
Write for InfoQ
Feed your curiosity. Help 550k+ globalsenior developers
each month stay ahead.Get in touch
Oracle Database 12c Release 1 (12.1.0.2) is now available and includes the much anticipated “In-memory” feature, along with several other improvements.
Some important features introduced –
- In-memory Column Store – Storing of objects in memory in a Columnar format, with much better performance for scans, joins and aggregates
- In-memory Aggregation- improves performance of star queries and reduces CPU usage
- Advanced Index Compression
- APPROX_COUNT_DISTINCT() – significantly faster than exact aggregation for large volumes of data, with negligible deviance
- Attribute Clustering- allows storing logically related data in close physical proximity. Can greatly reduce amount of data to be processed and lead to better compression ratios
- Full-Database Caching- Can be used to cache the entire database in-memory when the cache size is greater than the whole database size
- JSON Support- Support for storing, querying and indexing JSON data, and allowing the database to enforce that the JSON stored conforms to the JSON rules
Kevin Closson points out that the In-Memory feature, which is licensed separately, could be used accidentally since it is on by default after the upgrade, and recommends caution.
You can read the “new features” guide for a detailed list of improvements in this release.
This content is in the Oracle topic
Related Topics:
-
Related Editorial
-
Related Sponsors
-
Popular across InfoQ
-
AWS Introduces ECS Managed Instances for Containerized Applications
-
Producing a Better Software Architecture with Residuality Theory
-
GitHub Introduces New Embedding Model to Improve Code Search and Context
-
Google DeepMind Introduces CodeMender, an AI Agent for Automated Code Repair
-
Building Distributed Event-Driven Architectures across Multi-Cloud Boundaries
-
Elena Samuylova on Large Language Model (LLM)-Based Application Evaluation and LLM as a Judge
-
Related Content
The InfoQ Newsletter
A round-up of last week’s content on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers. View an example