简体   繁体   中英

Enable Spatial Extender in Bluemix SQL Database

Is there a way to enable the Spatial Extender in the Bluemix SQL Database or are there any plans to add this to the Service? I am aware that this functionality is available in the dashDB Service, however I would be interested to add geospatial queries to a standard application database that is not strongly focused on analytics and therefore the SQL Database Service seems to be a better fit.

You could use the "IBM DB2 on Cloud" service which can be fully configured to your desire. The "SQL Database" typically is a shared instance/database service and cannot be customized to an individual user.

If you are looking for a fully-managed service, then you may consider creating your tables as row based tables in dashDB (use ORGANIZED BY ROW in your create table DDL) so that it won't leverage the BLU features but will still have spatial extender.

Otherwise, as Henrik suggested, DB2 on Cloud is a good option if you like customization and don't mind the added responsibility of administrating and maintaining your database.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM