ppareja
ppareja

Reputation: 758

Are there any performance improvements when using static vertices in Titan?

I just read about static vertices in Titan 0.5.0 and I was wondering whether you could get any performance improvements when defining them as such?

Upvotes: 1

Views: 90

Answers (1)

Matthias Broecheler
Matthias Broecheler

Reputation: 1211

Static vertices in Titan primarily serve two purposes:

  1. To guard against accidental deletion or modification
  2. To allow TTL of vertices

There aren't any performance improvements for static vertices yet. As we improve Titan's caches, you will see that static vertices can be cached much fore effectively.

Upvotes: 3

Related Questions