agensgraph-jdbc icon indicating copy to clipboard operation
agensgraph-jdbc copied to clipboard

Is this a bug?

Open zzl221000 opened this issue 5 years ago • 0 comments

I have a big table with 500 million data. Update the database with the following statement

A: merge (n:rlnode ? ) merge (m:rlnode ?) merge (n)-[:knows ?]->(m); B:
merge (n:rlnode %s ) merge (m:rlnode %s) merge (n)-[:knows %s]->(m); A statement is executed after setting PGobject, it takes 5 minutes. B statement is executed after splicing the string, in 5 milliseconds

zzl221000 avatar May 29 '19 01:05 zzl221000