MySQL has had spatial indexes for many years, but they have all been Cartesian (X and Y coordinates) indexes. MySQL 8.0 adds support for geographic (latitude-longitude) indexes. In an earlier blog post, I described how the feature works. In this post, we’ll go into the details of how to upgrade from 5.7 to 8.0 if you have spatial indexes.…
Community journal
Follow the feed
The latest from the MySQL community
Ideas, releases, practical guides, and perspectives from the people building with MySQL.
Showing entries 1 to 2 of 2
« Previous |
Next »
May
30
2018
I am currently tasked with writing Software Requirements
Specification (SRS) document for a project. Effective sharding
(based on specific criterion) and Scalability are key
requirements of the project.
Scalability is traditionally classified as a non-functional
requirement. My question to the community is that if scalability
is crucial to a project, would it still be classified as a
non-functional requirement? Are their cases when scalability
requirements would be best classified as functional requirements?