Extending MariaDB with Native Aggregate Plugins: Laying the Groundwork for HyperLogLog (from MariaDB Foundation Blog)
pMariaDB already allows developers to add new Pluggable Data Types and scalar Plugin Functions. One missing piece has been Pluggable Aggregate Functions operating on PDTs. That matters for functionality such as HyperLogLog, where an extension needs to aggregate values into a custom statistical sketch while preserving its native SQL type. … /p
pContinue reading \"Extending MariaDB with Native
[...]
