aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/perf_namestore_api_postgres.conf
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-03 13:23:35 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-03 13:23:35 +0900
commite891aa916c09b3e79c02f7c486f3e1a1c015769a (patch)
treee0e3eb9c1828b8652c91bc9bb624395ebe256544 /src/namestore/perf_namestore_api_postgres.conf
parent4611664be0ba79ec7029a74cf961f28f2a658241 (diff)
downloadgnunet-e891aa916c09b3e79c02f7c486f3e1a1c015769a.tar.gz
gnunet-e891aa916c09b3e79c02f7c486f3e1a1c015769a.zip
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.
Diffstat (limited to 'src/namestore/perf_namestore_api_postgres.conf')
-rw-r--r--src/namestore/perf_namestore_api_postgres.conf1
1 files changed, 1 insertions, 0 deletions
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
9[namestore-postgres] 9[namestore-postgres]
10CONFIG = connect_timeout=10 dbname=gnunetcheck 10CONFIG = connect_timeout=10 dbname=gnunetcheck
11TEMPORARY_TABLE = YES 11TEMPORARY_TABLE = YES
12INIT_ON_CONNECT = YES