This document summarizes new features in MariaDB Server 10.2, including:
- Window functions that improve efficiency of queries analyzing data by looking at "windows" of data.
- Common table expressions (CTEs) that allow defining temporary result sets to refer to in queries, making code more readable and efficient.
- JSON and GeoJSON functions for working with JSON-formatted data stored in MariaDB and converting between geometry and GeoJSON formats.
- New replication features like delayed replication and compressed binary logs that reduce load on masters and network usage.
- Increased database compatibility through features like multiple triggers per table, CHECK constraints for data validation, and improved expressions.