from Hacker News

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

by davibu on 3/14/23, 10:35 AM with 6 comments

  • by msla on 3/14/23, 4:07 PM

    It might be even better for the user interface (REPL, GUI, web frontend) to have a nice way to send the command "stop and show current results" like ^C or ^G or a button that sends a signal to the backend. I assume this is only going to be useful in an interactive context, after all.
  • by neximo64 on 3/14/23, 10:39 AM

    Not that great since its nondeterministic. Maybe a better solution is to use a columnar database.
  • by Idiot_in_Vain on 3/14/23, 10:45 AM

    It is a nice feature to have and probably not too hard to implement.