Viewing profile — maxxen
maxxen
HN member- Joined
- Fri, Sep 30, 2022, 3:07 PM UTC
- HN karma
- 97
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About maxxen
Recent public activity
-
comment
Comment #45228035
Soo… usearch? Its literally one header file (of what use to be strict c++11). Funnily enough that is what is used in the official duckdb-vss extension. Disclaimer: I wrote duckdb-v…
-
comment
Comment #44961815
This is cool. My only worry is that the implementation complexity will prevent widespread adoption outside of maplibre. Although getting write support upstreamed into PostGIS might…
-
comment
Comment #43893064
Actually, they do https://www.esri.com/arcgis-blog/products/arcgis-pro/announc...
-
comment
Comment #43883788
I think this is just cause it hasn't been implemented in spatial yet. DuckDB is currently going through a pretty big refactor of the way we glob/scan/union multiple files with all …
-
comment
Comment #43883619
Im inclined to agree, but unfortunately a huge amount of the existing data and processes in this space does not assume a spheroidal earth and come provided with a coordinate refere…
-
comment
Comment #43882914
I replied to another comment, but I think a big part is that duckdbs spatial extension provides a SQL interface to a whole suite of standard foss gis packages by statically bundlin…
-
comment
Comment #43882789
I think a big part is that duckdbs spatial extension doesnt have any transitive dependencies (except libc). It statically packages the standard suite of foss gis tools (including a…
-
comment
Comment #41492663
I still need to update the docs and there's probably going to be a blog post on it in the future, but for now there are some more details in the PR https://github.com/duckdb/duckdb…
-
comment
Comment #41492614
Thanks! I've been wanting to add this since I first started out working on DuckDB almost two years ago but I finally managed to accumulate the time (and the skills required!) to fi…
-
comment
Comment #39173538
We’re currently 16~ software engineers at DuckDB Labs! I think its a good size to be productive but also stay nimble.
-
comment
Comment #39173461
It does push down filters! Not sure if other nodes are pushed down, I think for now the database boundary is at the scan node, but you could add additional optimizer/rewrite rules …
-
comment
Comment #37527186
Kdb(been around since the 90s) https://code.kx.com/q/ref/aj/
-
comment
Comment #34772561
Yes! I'm working hard on it, I've been distracted with other work for some of our clients but hopefully have something to show soon.