Enrico Risa

Results 229 comments of Enrico Risa

@StarpTech that is not really a benchmark, it's just a small comparison between the 2 protocols. Btw if you see the single record load for multiple times, there is much...

hi @Enteee if you pass a number to commit .commit(10), it will automatically retry the Tx on case of MVCC exception. I will update the docs.

@Enteee let me check

Hi @Enteee lock record cannot protect you from creating the same object with the same id. Since in create time it's does not exists. The unique index it's the only...

hi @cjpraful do you have a script to reproduce it? How do you create edges?

Hi @cjpraful do you have any news on how to reproduce this? Thanks

hi @cjpraful After the tx do you execute the query in studio or with orientjs? Thanks

hi @cjpraful i created a new database and execute this sql in order to create the classes ```SQL create class Project extends V create class USer extends V insert into...