Skip to content

Commit

Permalink
Adds warning regarding the use of TTL label and ttl property (#971)
Browse files Browse the repository at this point in the history
* Update README.md

* Added description for hiding sensitive information under database-man… (#873)

* Docs improvements (#799)

* Add NuRaft log file flag (#816)

* Add health checks docs (#833)

* Update HA examples

* Add NuRaft log file env (#848)

* Add leader/follower role (#857)

Co-authored-by: Antonio Filipovic <61245998+antoniofilipovic@users.noreply.github.com>

* Add coordinator hostname HA configuration option (#860)

* First leader

* Update pages/clustering/high-availability.mdx

Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com>

---------

Co-authored-by: Kruno Golubic <46486712+kgolubic@users.noreply.github.com>
Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com>

* Add monitoring at runtime docs (#806)

* Added description for hiding sensitive information under database-managment/logs

* database-less connections update (#853)

* Update HA docs

* Added link to correct chapter

* Fixed issues pointed out in pr

* Add comments to PR review

---------

Co-authored-by: Andi <andi8647@gmail.com>
Co-authored-by: Kruno Golubic <46486712+kgolubic@users.noreply.github.com>
Co-authored-by: kgolubic <kgolubic@gmail.com>
Co-authored-by: Antonio Filipovic <61245998+antoniofilipovic@users.noreply.github.com>
Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com>
Co-authored-by: Josipmrden <josip.mrden@memgraph.io>
Co-authored-by: andrejtonev <29177572+andrejtonev@users.noreply.github.com>
Co-authored-by: hal-eisen-MG <145572763+hal-eisen-MG@users.noreply.github.com>

* TTL docs (#913)

* TTL page

* Update pages/querying/time-to-live.mdx

* Update time-to-live.mdx

* Update menu

* Enterprise tag and timezone callout

* PR comments

---------

Co-authored-by: Kruno Golubic <46486712+kgolubic@users.noreply.github.com>
Co-authored-by: kgolubic <kgolubic@gmail.com>

* Prehashed password (#950)

* Add warning about TTL label and ttl property

---------

Co-authored-by: kgolubic <kgolubic@gmail.com>
Co-authored-by: Kruno Golubic <46486712+kgolubic@users.noreply.github.com>
Co-authored-by: tonijurjevic96 <168409767+tonijurjevic96@users.noreply.github.com>
Co-authored-by: Andi <andi8647@gmail.com>
Co-authored-by: Antonio Filipovic <61245998+antoniofilipovic@users.noreply.github.com>
Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com>
Co-authored-by: Josipmrden <josip.mrden@memgraph.io>
Co-authored-by: hal-eisen-MG <145572763+hal-eisen-MG@users.noreply.github.com>
  • Loading branch information
9 people authored Aug 14, 2024
1 parent 99b423b commit c72110a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/querying/time-to-live.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ This is an ENTERPRISE feature.

Time-to-live allows a user to tag vertices with an expiration time. Once a vertex has expired, the vertex and all associated edges will be deleted.

<Callout type="warning">

The `TTL` label and `ttl` property are reserved names for TTL. See [Tagging vertices](#tagging-vertices) for more info.

</Callout>

<Callout type="info">

Time-to-live is implemented as a background job that periodically gets executed.
Expand Down

1 comment on commit c72110a

@vercel
Copy link

@vercel vercel bot commented on c72110a Aug 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

nextra-docs-blush.vercel.app
documentation-memgraph.vercel.app
documentation-git-main-memgraph.vercel.app

Please sign in to comment.