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