Changes between Version 8 and Version 9 of GMEDriver


Ignore:
Timestamp:
Apr 16, 2014, 5:17:44 PM (10 years ago)
Author:
wolf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GMEDriver

    v8 v9  
    3838}}}
    3939
    40 The driver also supports transactions and server side argument selection. The driver also supports filters, but not on geometry (TODO), those you have to either do client-side or add the where= argument.
     40The driver also supports transactions and server side argument selection. The driver also supports attribute and spatial filters. Spatial filters get translated into the intersects= parameter, since that's the way to make the API more useful, and bring down the query costs. You can specify a Point, LineString or a Polygon as a Spatial filter. Any other type is then handled on the client side.
    4141It's up to the user to make sure that the batchCreate and batchPatch calls have less than 50 elements (TODO to fix later).
     42TODO: Dynamic QPS throttling.
    4243
    4344== Testing ==