Does anyone know of a similar intro course for Clickhouse?
https://learn.clickhouse.com/visitor_catalog_class/show/9134...
But there is quite a bit on learn.clickhouse ;) And if something is missing, tell us.
21–30 of 119 posts
Does anyone know of a similar intro course for Clickhouse?
https://learn.clickhouse.com/visitor_catalog_class/show/9134...
But there is quite a bit on learn.clickhouse ;) And if something is missing, tell us.
nice. i use MS SQL at work and MySql for personal project
Such as the fact that 'utf8' isn't 'utf8', 'utf8mb4' is... the feature was in testing as utf8 was being standardized and mysql used 'utf8mb3', and never updated the reference for 'utf8' for compatibility, even across major versions.
There's also the fact that collation on indexes for binary fields are case-insensitive if your default collation is, even if it's "binary".
Also, PostgreSQL has nicer support, imo, for JSON (JSONB) data, as well as a rich extension ecosystem.
Is this really free? I can't quite put my finger on it but it seems so...high quality? Kudos to Aaron though, will gladly dive in later on
Hey HN, I made this course :D The course is a bit more than 7 hours long split over 64 videos. I was always frustrated by the lack of intermediate database content, it seemed like it was mostly intro stuff, or straight to DBA level. So I read as many database books as I could, read through the official docs, and made this course specifically for application developers. If yall have any feedback I'd love to hear it. I…
nice. i use MS SQL at work and MySql for personal project
Might be worth looking into PostgreSQL as well. It's just as readily containerized (docker) as well as being more ANSI compliant and consistent. I only say this because nearly every time I've ever used MySQL, I find annoyances. Such as the fact that 'utf8' isn't 'utf8', 'utf8mb4' is... the feature was in testing as utf8 was being standardized and mysql used 'utf8mb3', and never updated the reference for 'utf8' for co…
Is this really free? I can't quite put my finger on it but it seems so...high quality? Kudos to Aaron though, will gladly dive in later on
Well done!
Cool! Now we need this for Postgres.