coiled / feedback

A place to provide Coiled feedback
14 stars 3 forks source link

blog link broken #297

Closed lostmygithubaccount closed 2 months ago

lostmygithubaccount commented 2 months ago

on this page: https://docs.coiled.io/blog/index.html

this link: https://docs.coiled.io/blog/blog/tpch.html

404s

removing the extra "/blog" takes me to the current TPC-H benchmarking blog, but I was trying to reference (in an Ibis blog) the improvements specifically from moving to Dask expressions:

image

is this blog still something around that could be linked to?

jrbourbeau commented 2 months ago

Ah, thanks for catching that @lostmygithubaccount

cc @scharlottej13 @phofl who will have more context

scharlottej13 commented 2 months ago

Thanks @lostmygithubaccount!

I can certainly fix that redirect, but I think you'll want to link to https://docs.coiled.io/blog/dask-dataframe-is-fast.html#optimizer for a description of improvements thanks to Dask expressions.

The same post also has performance improvements broken out by dask expressions (optimizer), p2p shuffling, and using pyarrow strings https://docs.coiled.io/blog/dask-dataframe-is-fast.html#id4

Let us know if that helps!

lostmygithubaccount commented 2 months ago

that blog is perfect, thanks!

scharlottej13 commented 2 months ago

Great! Pushed up a PR for the link too, it'll be fixed in our next release.