2018年11月10日に開催された「FOSS4G 2018 Tokyo コアデイ」での発表資料です。
FOSS4G 2018 Tokyo コアデイ
https://www.osgeo.jp/events/foss4g-2018/foss4g-2018-tokyo/foss4g-2018-tokyo-coreday
MySQL 5.7は、地図情報を使ったアプリケーションやJSONを扱うアプリケーションとの親和性が向上しています。本セッションでは、MySQL 5.7で刷新されたGIS(地理情報システム)機能や、MySQL 5.7で実装されたJSONデータ型やJSON関数等について、ご紹介いたします。地図情報を使ったアプリケーションや、JSONを扱うアプリケーションに関わられている方は、是非ご参加下さい!!
2018年11月10日に開催された「FOSS4G 2018 Tokyo コアデイ」での発表資料です。
FOSS4G 2018 Tokyo コアデイ
https://www.osgeo.jp/events/foss4g-2018/foss4g-2018-tokyo/foss4g-2018-tokyo-coreday
MySQL 5.7は、地図情報を使ったアプリケーションやJSONを扱うアプリケーションとの親和性が向上しています。本セッションでは、MySQL 5.7で刷新されたGIS(地理情報システム)機能や、MySQL 5.7で実装されたJSONデータ型やJSON関数等について、ご紹介いたします。地図情報を使ったアプリケーションや、JSONを扱うアプリケーションに関わられている方は、是非ご参加下さい!!
- MySQL released version 8.0.22 which focused on replacing slave terminology with replica terminology as part of being more inclusive, and addressed 136 bugs.
- Key changes included adding support for periodic synchronization when writing files with SELECT statements, and improving replication performance on multithreaded replicas by disabling session state tracking for worker threads.
- The release notes provide details on changes in areas like account management, configuration, optimizations, and plugins.
This document summarizes the history and capabilities of MySQL's geographic information system (GIS) functions. Key points include:
- MySQL has included basic GIS functions since version 4.1 in 2003, with improvements in versions 5.0, 5.7, and 8.0.
- Version 8.0 added support for over 400 spatial reference systems and over 100 new spatial functions.
- MySQL spatial types include POINT, LINESTRING, POLYGON, and GEOMETRYCOLLECTION, and functions allow operations like distance calculations and coordinate transformations.