Adds optional support for redirects on URL storage in ClickHouse, which is disabled by default.
Why it matters
This feature enables ClickHouse to handle URL redirects when storing URLs, allowing more flexible and efficient management of URL data that may involve redirects. It solves the problem of losing redirect information and enhances the accuracy of URL storage and processing.How to use it
Users can enable redirect support by configuring the URL storage settings to activate redirects handling, as this feature is disabled by default. Specific configuration or parameters would need to be set to turn on this optional redirect functionality.