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.

Big News in Databases

95 pointsby MarkusWinandover 8 years ago

4 comments

atemerevover 8 years ago
Technically, I agree that limit&#x2F;offset paradigm is flawed, however, the author just dismisses a valid criticism of keyset pagination with the following:<p>&quot;keyset pagination has some limitations: most notably that you cannot directly navigate to arbitrary pages. However, this is not a problem when using infinite scrolling. Showing page number to click on is a poor navigation interface anyway—IMHO.&quot;<p>Sorry, but NO. Infinite scrolling sucks, because it fills the page (and therefore memory) with lots and lots of entries, and disallows me to quickly navigate to exact place in the view I need. If I know that what I seek was approximately on page 12 of last search result, I will go straight there (1 click) and navigate from here. I hate downloading the entire history and scrolling from the beginning.<p>Infinite scrolling is fine the first time, but on repeated visits is just not an option and destroys everybody&#x27;s valuable time.
评论 #13057283 未加载
评论 #13056897 未加载
评论 #13057160 未加载
评论 #13056845 未加载
daenneyover 8 years ago
It would be nice if the article could also link to the original announcements of stuff like the parallel execution, with clause support etc (it does link it on one or two occasions). It&#x27;s a bit sparse on details and this would give people the opportunity to dive deeper.
netcraftover 8 years ago
I&#x27;ll be interested to hear if MySQL&#x27;s CTEs are optimization fences like in postgres (one of the few gripes I have with pg).
评论 #13056625 未加载
nn3over 8 years ago
&gt;Parallel Queries &gt;Commercial databases can do it for decades, but in the open &gt;source database scene it is unique:<p>That&#x27;s wrong. Open Source Ingres did it for many years too Of course unlike PG they are not on the Hype train ...
评论 #13057410 未加载
评论 #13056694 未加载