Analyzing database trends through 1.8M Hacker News headlines
1–10 of 97 posts
Re: Analyzing database trends through 1.8M Hacker News headlines
#2Re: Analyzing database trends through 1.8M Hacker News headlines
#3On the analytics side of things we are starting to use DuckDB for some development efforts, but we are keen on potentially replacing some or all of our Snowflake usage with DuckDB.
Re: Analyzing database trends through 1.8M Hacker News headlines
#4Re: Analyzing database trends through 1.8M Hacker News headlines
#5The data query tool linked at the bottom of the post doesn't work for me. Cloudflare shows error 600010, whatever that means. Nice that there is "no login required" but if it did, or allowed that option, maybe it wouldn't need an algorithm to decide whether my traffic is abusive because you could block abusive accounts instead
Re: Analyzing database trends through 1.8M Hacker News headlines
#6The data query tool linked at the bottom of the post doesn't work for me. Cloudflare shows error 600010, whatever that means. Nice that there is "no login required" but if it did, or allowed that option, maybe it wouldn't need an algorithm to decide whether my traffic is abusive because you could block abusive accounts instead
https://camelai.com/hackernews/ ? Worked for me.
Re: Analyzing database trends through 1.8M Hacker News headlines
#7Some of the insights match my personal experience and preferences. At $dayjob we're migrating from Mongo to TimescaleDB (now TigerData ¯\_(ツ)_/¯) which is basically a PostgreSQL extension for time series data and couldn't be happier. We are getting better performance and massive storage savings. On the analytics side of things we are starting to use DuckDB for some development efforts, but we are keen on potentially…
Re: Analyzing database trends through 1.8M Hacker News headlines
#8Re: Analyzing database trends through 1.8M Hacker News headlines
#9Is MariaDB included in MySQL? I see no mention of it in the post, but MySQL trending downwards would make sense as people upgrade and switch over. Besides of course novelty wearing off as posited for all engines further down the post
I was wondering the same, but I'm not sure if it would make a major change in the graphs. MySQL and MariaDB have both been unpopular on Hacker News for many years. Submissions on either topic rarely get much traction, which then leads to fewer submissions.
> MySQL trending downwards would make sense as people upgrade and switch over.
No, most large MySQL users are still using MySQL; there hasn't been a widespread migration to MariaDB. They're both actively developed and have grown in slightly different directions. Among corporations, MySQL's usage still far outstrips MariaDB by a significant degree. Lately MariaDB has better product velocity though, and their commercial enterprise finally seems to have stable footing.