Optimizations
This chapter will investigate some of the optimizations that are applied by the Polars
query optimizer by going through some examples to see how Polars
modifies the original query plan.
This section is quite outdated. Polars does much more optimizations than named in this section.