MySQL Vector Datatype: create your operations (part 1)
![](https://i0.wp.com/lefred.be/wp-content/uploads/2024/07/js_vector_operations.png?fit=768%2C432&ssl=1)
MySQL 9.0.0 has brought the VECTOR datatype to your favorite Open Source Database. There are already some functions available to deal with those vectors: This post will show how to deal with vectors and create our own functions to create…