v.23.10Backward Incompatible Changes
Rewritten S3Queue Table Engine with Improved Zookeeper Integration and New System Tables
Rewrited the experimentalS3Queuetable engine completely: changed the way we keep information in zookeeper which allows to make less zookeeper requests, added caching of zookeeper state in cases when we know the state will not change, improved the polling from s3 process to make it less aggressive, changed the way ttl and max set for trached files is maintained, now it is a background process. Addedsystem.s3queueandsystem.s3queue_logtables. Closes #54998. #54422 (Kseniia Sumarokova).