๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

MariaDB 11.8 Released: Vector Index Support and Oracle Compatibility Mode

MariaDB 11.8 Released: Vector Index Support and Oracle Compatibility Mode

The MariaDB Foundation has released MariaDB 11.8, bringing AI-ready features and enterprise database capabilities to the open-source MySQL alternative.

Vector Index Support

MariaDB 11.8 adds native vector similarity search with HNSW (Hierarchical Navigable Small World) indexes:

  • Store and search vector embeddings directly in MariaDB
  • HNSW indexes for approximate nearest neighbor (ANN) queries
  • Support for up to 2048-dimensional vectors
  • Integration with SQL โ€” combine vector search with traditional WHERE clauses

Oracle Compatibility

The new Oracle compatibility mode allows running Oracle PL/SQL procedures in MariaDB with minimal modification, easing migration from Oracle databases:

  • PL/SQL anonymous blocks and named procedures
  • Oracle-style exception handling
  • ROWNUM pseudo-column support
  • NVL, DECODE, and other Oracle functions

InnoDB Performance

Improvements to the InnoDB buffer pool and lock system deliver 20-30% better throughput for high-concurrency OLTP workloads with 100+ connections.

Share this article:
Dargslan Editorial Team (Dargslan)
About the Author

Dargslan Editorial Team (Dargslan)

Collective of Software Developers, System Administrators, DevOps Engineers, and IT Authors

Dargslan is an independent technology publishing collective formed by experienced software developers, system administrators, and IT specialists.

The Dargslan editorial team works collaboratively to create practical, hands-on technology books focused on real-world use cases. Each publication is developed, reviewed, and...

Programming Languages Linux Administration Web Development Cybersecurity Networking

Stay Updated

Subscribe to our newsletter for the latest tutorials, tips, and exclusive offers.