TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Demo geospatial and timeseries queries on 250k unique devices

7 pointsby bluestreakover 3 years ago

1 comment

bluestreakover 3 years ago
Hello HN,<p>We previously shared benchmark results showing write speeds of 1.4 million rows per second [1] and how we built this ingestion system. Over the last few months, we&#x27;ve developed functionality that supports geospatial data in our time series database. We decided to add geohashes to our type system along with language features to support handling this type.<p>We put a lot of thought into optimizing these features from a storage, performance, and usability perspective and we&#x27;ve put together a blog post [2] that gives a tour of the features including implementation details. We&#x27;ve also updated our live demo [3] which now includes an example data set of 250k objects and sample queries to run against this data set.<p>Given that it&#x27;s the first time we support geodata in our database, we learned a lot about usage patterns and characteristics of spatial data. We would be happy to hear your thoughts on how we went about adding support for this, where we could improve, and other types of geospatial data we could including in future.<p>Thanks, Vlad<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27411307" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27411307</a><p>[2] <a href="https:&#x2F;&#x2F;questdb.io&#x2F;blog&#x2F;2021&#x2F;10&#x2F;04&#x2F;geospatial-timeseries-demo" rel="nofollow">https:&#x2F;&#x2F;questdb.io&#x2F;blog&#x2F;2021&#x2F;10&#x2F;04&#x2F;geospatial-timeseries-dem...</a><p>[3] <a href="https:&#x2F;&#x2F;demo.questdb.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;demo.questdb.io&#x2F;</a>