Adding data to ClickHouse
To regularly add data to the database, use the INSERT query described in the ClickHouse documentation.
To upload a large amount of information, use the ClickHouse command line client, which effectively compresses data during transfers. INSERT queries should be sent no more than once per second.