TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

DuckDB 1.0.0

187 点作者 nnx11 个月前

11 条评论

gunapologist9911 个月前
&gt; DuckDB Labs, the company that employs DuckDB’s core contributors, has not had any outside investments, and as a result, the company is fully owned by the team. Labs’ business model is to provide consulting and support services for DuckDB, and we’re happy to report that this is going well. With the revenue from contracts, we fund long-term and strategic DuckDB development with a team of almost 20 people. At the same time, the intellectual property in the project is guarded by the independent DuckDB Foundation. This non-profit foundation ensures that DuckDB will be around long-term under the MIT license.<p>This seems like an excellent structure for long-term protection of the open source project. What other projects have taken this approach?
评论 #40565457 未加载
评论 #40573919 未加载
nomilk11 个月前
Do any data scientists here use duckdb daily? Keen to hear your experiences and comparisons to other tools you used before it.<p>I love tools that make life simpler. I&#x27;ve been toying with the idea of storing 1TB of data in S3 and querying it using duckdb on an EC2. That&#x27;s really old&#x2F;boring infrastructure, but is hugely appealing to me, since it&#x27;s so much simpler than than what I currently use.<p>Would love to hear of others&#x27; experiences with duckdb.
评论 #40565489 未加载
评论 #40563010 未加载
评论 #40565575 未加载
评论 #40562852 未加载
评论 #40563183 未加载
评论 #40568600 未加载
mgt1993711 个月前
One cool feature of duckdb is that you can directly run sql against a pandas dataframe&#x2F;arrow table.[1] The seamless integration is amazing.<p>[1]: <a href="https:&#x2F;&#x2F;duckdb.org&#x2F;docs&#x2F;api&#x2F;python&#x2F;overview.html#dataframes" rel="nofollow">https:&#x2F;&#x2F;duckdb.org&#x2F;docs&#x2F;api&#x2F;python&#x2F;overview.html#dataframes</a>
losvedir11 个月前
Congrats to the team! I feel like I see lots of posts here on HN and go &quot;wow, I didn&#x27;t know DuckDB could do that&quot;. It seems like a very powerful tool, which I haven&#x27;t had the pleasure of using yet.<p>Due to policies at work it&#x27;s unlikely we would use this in production, but as I understand it, it&#x27;s still pretty useful for exploring and poking around local data. Is that right? Does anyone have examples of problems they&#x27;ve used it on to digest local files or logs or something?
bufferoverflow11 个月前
Have they fixed the incredibly slow queries on indexed columns?<p><a href="https:&#x2F;&#x2F;www.lukas-barth.net&#x2F;blog&#x2F;sqlite-duckdb-benchmark&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.lukas-barth.net&#x2F;blog&#x2F;sqlite-duckdb-benchmark&#x2F;</a>
评论 #40564066 未加载
评论 #40572003 未加载
评论 #40571938 未加载
aranw11 个月前
I&#x27;ve been wanting to explore using DuckDB for in-process aggregation and windowing in stream processing with Golang, as I think it would be a great solution.<p>Curious if anyone else is using DuckDB for something similar? Does anyone have an example?
netcraft11 个月前
I havent had a chance to really use it yet, but I know duckdb is in my future. Being able to connect it to all the different data sources to run analytical queries, plus the support for parquet.
amath11 个月前
This seems like a good model for sustaining open source, but raises some questions.<p>Does anybody know how the DuckDB foundation works? The sponsors are MotherDuck, Voltron, and Posit, which are heavily venture-funded. Do DuckDB Lab employees work on sponsored projects for the foundation?<p>I am also curious if anyone can shed light on what kind of contract work DuckDB does to align its work with the open source project. This has always seemed like the holy grail, but it is difficult to do in practice.
art__friedman11 个月前
may I ask, what is the value of using DuckDB vs loading data from parquet directly into pandas? Apart from the fact with duck db you can load part of data rather than the entire file into memory?
评论 #40573170 未加载
dnoberon11 个月前
Amazing. So glad this project came along!
canadiantim11 个月前
Does DuckDB have any graph capabilities?
评论 #40562700 未加载
评论 #40562610 未加载