- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 73字
- 2021-08-20 10:06:05
Expanded GIS support
Until the previous version, it supported only one coordinate system, a unitless 2D place that was not referenced to a position on earth. Now MySQL 8 has added support for a Spatial Reference System (SRS) with geo-referenced ellipsoids and 2D projections. SRS helps assign coordinates to a location and establishes relationships between sets of such coordinates. This spatial data can be managed in data dictionary storage as the ST_SPATIAL_REFERENCE_SYSTEMS table.
推薦閱讀
- Mobile Application Development:JavaScript Frameworks
- Maven Build Customization
- PyTorch自然語言處理入門與實戰
- C語言程序設計
- Elastic Stack應用寶典
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- 微信小程序開發解析
- 微信小程序入門指南
- C++新經典
- Python項目實戰從入門到精通
- 創意UI:Photoshop玩轉APP設計
- Python青少年趣味編程
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- Python函數式編程(第2版)
- C++ System Programming Cookbook