Josh Baker

Results 411 comments of Josh Baker

> I'm inclined to say using point and properties is the better way to go. It doesn't look like the circle proposal is going anywhere.. I agree that using a...

@predmond. Sorry for the delayed response. I still think that is something that would be great for Tile38. Perhaps the best approach is to use this format: ```json { "type":"Feature",...

It's possible, but it would be slow. An O(n) operation. Would that be OK?

No, the STRING type goes into a Btree. It's in binary order. O(log n) We may be able to add a command for creating indexes for collections. Similar to [SETINDEX](https://github.com/tidwall/summitdb/wiki/SETINDEX)...

All right. I'll investigate further. Thanks for you input.

I hope so. I'm experimenting with new SETINDEX & DELINDEX commands, and an updated SEARCH command that will allow for indexed queries on the STRING type.

Hi @kirantpatil. Sorry but this feature is on hold and I don’t have any plans at the moment to implement right now.

Do you mean adding `MULTI` command?

Hi @abhit001, I have a couple of ideas off the top of my head. First is exploring an alternative geofence type. The NEARBY command has extra overhead compared to INTERSECTS...

Hi, Sorry for the slow response. More robust control over the server and connections, including having graceful shutdowns, is something that has been requested multiple times in the past. Perhaps...