Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Upsert feature in Geomesa?

Hi Jason,

In terms of implementation, upserts would end up being a delete followed by an insert.  I think the GeoTools DataStore API does have a modifyFeatures call which may provide some of the convenience you are looking for here.

Cheers,

Jim

On 01/18/2018 02:59 PM, Jason Koh wrote:
Hi,

I wonder if Geomesa is going to have the upsert feature. I want to update the value of a certain query if the query pattern exists, else insert. Geotools seems not supporting this though. I understand it doesn't have to be prioritized, but just curious.

Thanks!


With regards,
Jason Koh


_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geomesa-users



Back to the top