Ask HN: Who's writing recursive queries / Datalog?
2 by remywang | 1 comments on Hacker News.
tl;dr: show me the most interesting recursive queries you've seen / written! "No practical applications of recursive query theory... have been found to date" - Michael Stonebraker, 1998 Readings in Database Systems, 3rd Edition Stonebraker and Hellerstein, eds. Datalog fans [1-3] love to use this quote from 20 years ago, then cite a bunch of applications of Datalog to prove Stonebraker wrong. Indeed, researchers came to love Datalog, and can’t seem to get enough of it in DB/PL conferences. Nevertheless, every new Datalog paper [4-7] still uses the same bunch of artificial queries pulled from textbooks (and other papers) as benchmarks, and the best “real world” application is still pointer analysis which is also borne out of academia. Do people really write recursive queries in the wild (non-recursive Datalog doesn’t count)? What’s the most interesting use of WITH RECURSIVE in SQL you’ve seen? [1]: https://ift.tt/V8gw6ZQ [2]: https://ift.tt/9rWVetS [3]: https://ift.tt/nqL94ik [4]: https://ift.tt/6NwLeIp [5]: https://ift.tt/sVR29wD [6]: https://ift.tt/GXgocl6 [7]: https://ift.tt/LbxWyJq

Post a Comment

Previous Post Next Post