is it possible to show a quick demo on cache the sender objects with python package

according to the documentation here: Sending Data over ILP — questdb 3.0.0 documentation

“For maxium performance you should also cache the sender objects and reuse them across multiple requests, since internally they maintain a connection pool.”

as the title suggests, is it possible to show a quick demo on cache the sender objects with python package, many thanks

Hey @Ron321456 , we are about to release a new protocol and deprecate the old one. That obviates the need for this, one connection on the new sender can handle most or all of the data.