From f0975e334781e213b15a673ec6ef600bd29d6f8c Mon Sep 17 00:00:00 2001 From: gurkenhabicht <34342412+gurkenhabicht@users.noreply.github.com> Date: Wed, 13 May 2020 16:13:00 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78c4a01..6870572 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # This is experimental -This version is a successor of the _POSIX_C_SOURCE 200809L implementation in which all of the data of a parsed pcap/pcapng file is written as a single and simple query. This is rather fast (tested writes: 100*10^3 tcp packets in ~1.8 sec) but may be insecure. +This version is a successor of the _POSIX_C_SOURCE 200809L implementation in which all of the data of a parsed pcap/pcapng file is written as a single and simple query. This was rather fast (tested writes: 100*10^3 tcp packets in ~1.8 sec) but may be insecure. Postgres databases have a custom maximum limit on each insert query of prepared statements. In order to solve this issue, parsed data is written in chunks. This value is initialized in the config file called parser.json as `insert_max`.