Daniël Heres
Daniël Heres
# Description Azure supports batching multiple delete operations in a single call. This can speed up vacuum. We shuld add a new `delete_objs` implementation of StorageBackend for Azure. **Use Case**...
# Description GCS supports batching multiple delete operations (up to 100) in a single call. This can speed up vacuum. We shuld add a new `delete_objs` implementation of StorageBackend for...
# Description Currently, the vacuum command deletes files one by one which is very slow on e.g. S3, especially if you have 100000s files. I had a case (with databricks/spark)...
This should probably be quite a bit faster for doing many operations like comparison kernels etc. I think there is also some potential for simplifying code, as some (unsafe) code...
For issue #1, I tried to do a pull request, but all the newlines are replaced with other line endings. Maybe this helps to configure this repo: https://help.github.com/articles/dealing-with-line-endings/
On linux there is no `Tahoma` font, so the menu bar looks weird with a serif font. Adding `sans-serif` as fallback looks much better. ``` .litemenubar ul { font-family: Tahoma,...