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.

DSQL Vignette: Reads and Compute

34 pointsby louis-paul6 months ago

2 comments

zokier6 months ago
&gt; the QP can ask storage to do work like filtering, aggregation, projection, and other common tasks on its behalf. Unlike SQL designs that build on K&#x2F;V stores, this allows to DSQL to do much of the heavy lifting of filtering and finding data right next to the data itself, on the storage replicas, without sacrificing scalability of storage or compute.<p>I don&#x27;t know much about DB internals, but to me this sounds like lot of the compute is getting aggregated to the storage layer. I would think that &quot;filtering, aggregation, projection&quot; is fairly big chunk of the computation that typical DB does?
评论 #42322600 未加载
评论 #42319911 未加载
bobnamob6 months ago
See yesterdays thread<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42308716">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42308716</a><p>for more