From e891aa916c09b3e79c02f7c486f3e1a1c015769a Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 3 Oct 2022 13:23:35 +0900 Subject: NAMESTORE: Bulk store API and fix for delayed store activities New API: GNUNET_NAMESTORE_records_store2 which allows the caller to pass an array of records in order to facilitate bulk import of zone data. Further, the transactional API requires that monitors and namecache updates are delayed until transactions are actually commited. --- src/namestore/perf_namestore_api_postgres.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/namestore/perf_namestore_api_postgres.conf') diff --git a/src/namestore/perf_namestore_api_postgres.conf b/src/namestore/perf_namestore_api_postgres.conf index 52d0ecdd5..12fc24d4b 100644 --- a/src/namestore/perf_namestore_api_postgres.conf +++ b/src/namestore/perf_namestore_api_postgres.conf @@ -9,3 +9,4 @@ DISABLE = YES [namestore-postgres] CONFIG = connect_timeout=10 dbname=gnunetcheck TEMPORARY_TABLE = YES +INIT_ON_CONNECT = YES -- cgit v1.2.3