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.

Range joins in DuckDB

111 pointsby hfmuehleisenalmost 3 years ago

5 comments

orthoxeroxalmost 3 years ago
DuckDB has become my preferred tool for hardcore data wrangling. Excel is fine for like 80% of data processing tasks, but the remaining twenty percent are a pain, especially when you're CPU bound on a remote desktop. Smuggling the DuckDB JDBC driver onto said remote machine was the most productive infosec violation I've ever committed.
评论 #31533050 未加载
评论 #31532987 未加载
eatonphilalmost 3 years ago
I&#x27;ve been beating my head trying to get duckdb to statically link into a Go program (I&#x27;m neither an expert with cgo nor ld). If anyone else has been able to do this I&#x27;d love to see your build steps.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;marcboeker&#x2F;go-duckdb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;marcboeker&#x2F;go-duckdb</a> produces a non-static binary by default.
评论 #31531388 未加载
评论 #31531392 未加载
评论 #31531432 未加载
评论 #31531481 未加载
lnspalmost 3 years ago
Great to see new features being implemented. I&#x27;m using DuckDB for a thesis project and integrating it into my own Python CLI&#x2F;web tool has been super easy -- I especially love the direct integration with DataFrames, it makes things really seamless.
crimsoneeralmost 3 years ago
I&#x27;ve been using DuckDb a fair bit recently and really enjoy it... When it has slightly better ide support (eg, I can use it in pycharm) and can take in geospatial data, I&#x27;ll be ecstatic.
chewbachaalmost 3 years ago
Well I feel silly, based on a slight mis-reading of the title, I totally thought that Range was some company that was acquired by DuckDB.
评论 #31531604 未加载
评论 #31531659 未加载
评论 #31531519 未加载
评论 #31532053 未加载