Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Storage

Focus mode
Storage - Amazon Neptune

Neptune supports dictionary garbage collection (GC) for property graph data, which can be enabled via the neptune_lab_mode parameter when neptune_streams is not active. When activated, this background job cleans up unused dictionary entries, potentially reducing the rate of data growth. The feature can run in two modes: soft_delete (marking entries as deleted without explicit removal) and enabled (explicitly deleting entries). The GC process can impact system performance by contending with query threads for resources like CPU and buffer cache, and can run with a maximum concurrency of 16 threads.

Neptune also supports inline server-generated edge IDs, which can be enabled through a configuration parameter when neptune_streams is not active. When this feature is enabled, the server generates unique inlined IDs for edges that do not have a user-defined ID, using a reserved prefix of "neptune_reserved". These inlined IDs are not stored in the dictionary, which can improve storage efficiency.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.