Is JSON datatype performance really faster than BLOB datatype ? Posted on January 20, 2025, updated on January 20, 2025 by Yannick JaquierTable of contents Preamble Loading JSON into Oracle with Python JSON queries and performance comparison JSON basic queries JSON performance comparison To go further with JSON performance References Continue reading
Performance schema hands-on – part 2 Posted on October 30, 2024, updated on December 6, 2024 by Yannick JaquierTable of contents Preamble Performance Schema with global and digest instrumentation Performance Schema with global, thread and current event instrumentation Performance Schema with global, thread and event history instrumentation Performance Schema impact References Continue reading
Performance schema hands-on – part 1 Posted on October 10, 2024, updated on December 6, 2024 by Yannick JaquierTable of contents Preamble Performance schema activation and configuration Performance Schema with global instrumentation Only Performance Schema with global and thread instrumentation References Continue reading
How to load JSON into MariaDB Posted on May 20, 2024, updated on May 21, 2024 by Yannick JaquierTable of contents Preamble Preparation Load JSON into MariaDB only with SQL Load JSON into MariaDB with Python References Continue reading
In-Memory OLTP for rapid data ingestion Posted on April 20, 2024, updated on April 22, 2024 by Yannick JaquierTable of contents Preamble In-Memory OLTP preparation In-Memory OLTP testing In-Memory OLTP to durable tables INSERT INTO disk_based_table SELECT FROM memory_optimized_table Temporal memory-optimized table Issues encountered References Continue reading
Database Multilingual Engine (MLE) hands-on Posted on September 30, 2023, updated on October 2, 2023 by Yannick JaquierTable of contents Preamble Multilingual Engine (MLE) testing Multilingual Engine (MLE) advanced testing References Continue reading