From slink at schokola.de Mon Feb 6 07:12:44 2023 From: slink at schokola.de (Nils Goroll) Date: Mon, 6 Feb 2023 08:12:44 +0100 Subject: Two new storage engines for Varnish-Cache Message-ID: <0a29ec6d-9afe-1512-9442-e934b913fe6d@schokola.de> Celebrating the 17th anniversary of Varnish-Cache today, your Open-Source Varnish-Cache friends from UPLEX have just released an extension with two new storage engines (stevedores) and two basic storage routers (loadmasters). The preferred public repository with support for issues, merge-requests and other activities is at https://gitlab.com/uplex/varnish/slash buddy ----- The buddy storage engine is an advanced, high performance stevedore with a fixed memory size based on a new buddy memory allocator implementation from first principles. Its main advantages are that it only uses a fixed amount of memory and solves the LRU fairness issue in Varnish-Cache. fellow ------ The fellow storage engine is an advanced, high performance, eventually persistent, always consistent implementation based on the same allocator as the buddy storage engine. It eventually persists all objects on stable storage. Both raw devices and files are supported, but NVMe or other flash based storage with high random I/O throughput at low latency times is recommended as the underlying medium. loadmasters ----------- Two simple storage routers are provided by the module for now, round-robin and hash. what else? ---------- * slashmap is a curses interface to visualize allocations in real time * Yes, we have statistics and counters. Not enough of them yet, though. To read more: https://gitlab.com/uplex/varnish/slash/-/blob/master/README.rst https://gitlab.com/uplex/varnish/slash/-/blob/master/src/vmod_slash.man.rst