Tradeoffs of Searching Within Multiple Geo-Polygons vs One Superset
TLDR Ivy asked about tradeoffs in searching within multiple geo-polygons vs one "superset". Kishore Nallan explained that additional filters take more time, but the impact depends on data size and query scope.
Apr 26, 2023 (7 months ago)
Ivy
08:21 PMApr 27, 2023 (7 months ago)
Kishore Nallan
12:43 AMIvy
02:40 PMTypesense
Indexed 3005 threads (79% resolved)
Similar Threads
Searching for Polygons within a Polygon in Geo-search
Stefan inquired about searching polygons within polygons. Jason referred to a GitHub issue, but Stefan later realized the current behavior suffices.
Using TypeSense for Geolocation Tagged Job Search
Nicholas needed help to enable geo-location based job search on a board. James suggested using filter_by from TypeSense, while Jason elaborated on 'OR' and 'AND' operations in TypeSense.
Optimizing Bulk Indexing and Reducing RAM Usage in Typesense
Timon experienced issues with Typesense becoming unresponsive during bulk indexing and sought advice. Jason recommended larger import requests and adjusting the client-side timeout allowance, revealing a need to increase RAM allocation for Docker. Kishore Nallan undertook to find ways to optimize memory usage, particularly for geopoint indexing.