Re: Unable to delete/modify vertices of static labels
Robert Dale <rob...@...>
If you need to modify a vertex or possibly delete it before the TTL, then you'll probably want to create a regular vertex. You could create a 'ttl' property and a mixed index on it. In this way, you could create a reaper process that does g.V().has('mylabel', 'ttl', lt(currentTime-ttl)).drop(). I've created an issue to clarify the documentation and think about creating a way to delete static vertexes - https://github.com/JanusGraph/janusgraph/issues/549 Robert Dale On Mon, Sep 25, 2017 at 2:11 AM, <abhayti...@...> wrote:
|
|