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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 769beab6..250ebace 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.14.2-SNAPSHOT + 1.14.3-SNAPSHOT pom aai-aai-common Contains all of the common code for resources and traversal repos -- cgit 1.2.3-korg