DEV Community

Discussion on: Aerospike JDBC driver: SQL DDL compliance

Collapse
 
alexradzin profile image
Alexander Radzin
  1. Thank you for your comment about the drop index example. I've fixed it.
  2. Indeed my version of create index does not follow SQL standard. Unfortunately discovery of types from data when creating index is not always possible: you can create index when data is not populated yet. However you are right: if index is created when data is already populated, shorter (standard) SQL syntax may be supported.