diff --git a/docs/examples/java/src/main/resources/highvolume2.drawio b/docs/examples/java/src/main/resources/highvolume2.drawio new file mode 100644 index 0000000000000000000000000000000000000000..65196646dfd67678296ead932da149a796290440 --- /dev/null +++ b/docs/examples/java/src/main/resources/highvolume2.drawio @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/examples/python/highvolume_faster_queue.py b/docs/examples/python/highvolume_faster_queue.py index 29683c8001d3ac002e952c5afe67fa8a1d727cf0..b47646bb9fa2c37799cc125e44d1b1038b047487 100644 --- a/docs/examples/python/highvolume_faster_queue.py +++ b/docs/examples/python/highvolume_faster_queue.py @@ -104,7 +104,6 @@ def set_global_config(): # ANCHOR: monitor def run_monitor_process(): - import taos log = logging.getLogger("DataBaseMonitor") conn = get_connection() conn.execute("DROP DATABASE IF EXISTS test")