The application belongs to the technical field of databases, and specifically discloses a multi-mode
time series data processing method and
system. The method comprises the following steps: establishing a row storage table and a column storage table according to a table creation request, and establishing an associated mapping relationship between the row storage table and the column storage table; receiving
time series data to be inserted and extracting
label data and index data, determining a target
data node based on
label data hash calculation, writing the
label data into the row storage table, and writing the index data into a target
time series data block of the column storage table; performing partition
pruning and scanning on the stored time
series data based on a screening condition, and generating a query result by parallel execution of split query tasks and merging of results based on cross-mode query requirements; determining the affected time
series data block based on an operation request, and updating the label data and the index data or deleting
invalid data according to the type of the operation request. The application can realize low-redundancy storage, high-
concurrency read-write and fast
query analysis of time
series data.