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.

Database Protocols Are Underwhelming

2 pointsby faebiabout 2 months ago

1 comment

Terr_about 2 months ago
&gt; idempotency<p>Even with the ability to detect that something is a retry, there are more wrinkles, like a query that involves NOW() which would be correct to run <i>now</i>-now [0], but would not accomplish the desired result if run 15 seconds later. Or uses of RAND(), unless there&#x27;s some control over the seed.<p>[0] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nRGCZh5A8T4&amp;t=1m17s" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nRGCZh5A8T4&amp;t=1m17s</a>