pietermartin / sqlg

TinkerPop graph over sql
MIT License
244 stars 51 forks source link

Support truncate #138

Closed pietermartin closed 6 years ago

pietermartin commented 7 years ago

Deletions are slow in sql and Sqlg. Truncate is the fast. Add support for it. For starters via the Topology classes and later somehow via the traversals.

pietermartin commented 6 years ago

will be done together with #26