From bdcbdc723dfb3cd4c29fa3cdbe76ceb0df2a8033 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 20 Jun 2024 15:24:32 +0200 Subject: Add gremlin-based pagination to aai-common - enhance query building to support gremlin-based pagination - pagination is supported in two variants: with and without the total count of elements [1] - enhance query building to support gremlin-based sorting - add query logging that is currently disabled [1] due to the design of gremlin, including the total count results in a full graph scan. As such there is the option to not include it, which should make it (much) faster for the first pages that are returned. Issue-ID: AAI-3893 Change-Id: I6bc0c9b9f398556cc41a0a8f82e24e50c85e5690 Signed-off-by: Fiete Ostkamp --- aai-aaf-auth/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aai-aaf-auth') diff --git a/aai-aaf-auth/pom.xml b/aai-aaf-auth/pom.xml index cb58d44c..87bb6033 100644 --- a/aai-aaf-auth/pom.xml +++ b/aai-aaf-auth/pom.xml @@ -6,7 +6,7 @@ org.onap.aai.aai-common aai-parent - 1.14.2-SNAPSHOT + 1.14.3-SNAPSHOT ../aai-parent/pom.xml aai-aaf-auth -- cgit 1.2.3-korg