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.

I would like to be able to do LIMIT 60 SECONDS in SQL

3 pointsby davibuabout 2 years ago

3 comments

mslaabout 2 years ago
It might be even better for the user interface (REPL, GUI, web frontend) to have a nice way to send the command &quot;stop and show current results&quot; like ^C or ^G or a button that sends a signal to the backend. I assume this is only going to be <i>useful</i> in an interactive context, after all.
评论 #35180435 未加载
neximo64about 2 years ago
Not that great since its nondeterministic. Maybe a better solution is to use a columnar database.
评论 #35180524 未加载
评论 #35149537 未加载
Idiot_in_Vainabout 2 years ago
It is a nice feature to have and probably not too hard to implement.