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.

Ask HN: Should data warehouses be the back end of data apps?

2 pointsby tamarlikesdataover 1 year ago
Are data warehouses a bad choice for data apps because they lack freshness, latency, and query concurrency needs?<p>Or if we&#x27;re able to improve ingestion latency, query response time, and concurrency&#x2F;scaleability, maybe it can be a good choice?

1 comment

ssss11over 1 year ago
Data warehouses are for strategic data use cases, that is, data that can be updated once per day or less. Think things like “what is my year on year profit for the footwear segment?” Or “how often in the past 5 years have customers from segment x contacted us for tender, what % did we win, and what was the net profit?”<p>If you need near real time data source for operational &#x2F; transactional types of reporting then it is apparently not the right solution.<p>My company has no suitable in built reporting options in source systems so unfortunately we will be trying to serve near real time data via a data warehouse. We may be able to get the refresh pipeline down to about 1 hr by throwing resources at it.
评论 #38528146 未加载