Questions tagged with Amazon Neptune
Amazon Neptune is a fast, reliable, fully managed graph database service that makes it easy to build and run applications.
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
188 results
Hi,
I am using the **Athena Neptune connector** to query an **Amazon Neptune DB** graph from **Athena**.
Regular federated SQL queries against the Neptune-backed tables work correctly. For example, ...
2
answers
0
votes
137
views
asked 3 months ago
Hi AWS Support, we are conducting a GDPR compliance exercise across 40 AWS accounts and need to identify Personally Identifiable Information (PII) stored in Amazon OpenSearch, Amazon DocumentDB, and A...
1
answers
0
votes
86
views
asked 4 months ago
I have a complex query, that I tried to speed up. The issue can be replicated with this query, on ~6 million Users:
`MATCH (u:User) WHERE u.score >= 0.75 RETURN u.id`
Using dynamic explain, I can se...
1
answers
0
votes
41
views
asked 6 months ago
(I used AI to help format)
## Problem Summary
I'm encountering a deployment failure when attempting to create an Amazon Neptune Analytics graph using AWS CDK (TypeScript) and CloudFormation. The depl...
3
answers
0
votes
3.6K
views
asked 7 months ago
I’m testing AWS Neptune (instance type db.r8g.xlarge — 4 vCPUs, 32 GiB RAM) using property graphs.
There are 4000 graphs, each containing approximately 100K nodes and 160K+ directed edges (all forming...
2
answers
0
votes
186
views
asked 8 months ago
I am encountering a bug in the AWS provided Neptune-to-OpenSearch replication. Specifically in the NeptuneStreamPollerLambda. A reference is used to `es_helper`, while it isn't imported in the script....
2
answers
0
votes
226
views
asked 8 months ago
We are using https://docs.aws.amazon.com/neptune/latest/userguide/full-text-search-cfn-setup.html for Neptune to OpenSearch Replication but now we are encountering few errors in Lambda below are the e...
2
answers
0
votes
153
views
asked 9 months ago
As per this doc https://docs.aws.amazon.com/neptune/latest/userguide/streams-using-api-call.html
we have upgraded the neptune to 1.3.4.0 from 1.2.0 and we updated the end point of stream to pg/stream ...
2
answers
0
votes
150
views
asked 9 months ago
In our systems we are observing High latency while committing data to Neptune as we are taking lock over all the nodes mentioned in a transaction.
If there are any metrics to verify the latency with...
1
answers
0
votes
154
views
asked 10 months ago
Hi AWS Community,
We're using the **Neptune-Athena connector** to query Neptune data through SQL and are running into **query timeout issues** when the dataset becomes large — even when fetching only...
1
answers
0
votes
298
views
asked a year ago
In my Neptune cluster, I have vertices with a timestamp field. I would like to batch-query for vertices in the following way: I have a list of timestamps, and for each timestamp, I'd like to get one v...
2
answers
0
votes
362
views
asked a year ago
**Context**
I have a Neptune property graph that comprises of the following:
1. Vertex (User)
2. Edge (likes)
We are currently using Gremlin for data access.
The data we are working with comes batc...
2
answers
0
votes
386
views
asked a year ago