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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: EventReduce – Algorithm to optimise db queries that run multiple times

5 点作者 eventreduce1大约 4 年前

1 comment

eventreduce1大约 4 年前
Hi, Daniel here. About a year ago, I made this algorithm called EventReduce. It is able to optimize database queries that run multiple times (aka Realtime-Queries or Live-Queries). Before making EventReduce, I scouted over about 2 years if something like this already exists but couldnt find something similar other then MongoDBs OPLOG_DRIVER. After finishing EventReduce last year I added it to my little side project database, RxDB[1] where it is sucessfully in use over the last year. Also I already made a hackernews post [2] with mixed comments about how this can work and when this is usefull. So now I am here again with the goal to get some feedback of people who try out EventReduce on top of their database.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;pubkey&#x2F;rxdb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pubkey&#x2F;rxdb</a><p>[2] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22888239" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22888239</a>