neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
222 stars 56 forks source link

big data of datagrip2018.3.1 #115

Closed BrokenWingsIcarus closed 5 years ago

BrokenWingsIcarus commented 5 years ago

Does the plug-in optimize the loading of a large amount of data? I just loaded thousands of points in IDEA 2018.3.1 and it seems that I got stuck. But also in the browser client did not find, who can help me.

BrokenWingsIcarus commented 5 years ago

image

BrokenWingsIcarus commented 5 years ago

This is dead repo?

GreYko commented 5 years ago

Hi, @chinausers

I'll try to answer...

Does the plug-in optimize the loading of a large amount of data?

In short - no. Longer answer would be - all possible optimizations are done on query creation stage(by user) or query execution stage(by Neo4J database). Plug-in ismostly for query validating and simplifying some of database interaction within IntelliJ IDE's.

I just loaded thousands of points in IDEA 2018.3.1 and it seems that I got stuck. But also in the browser client did not find, who can help me.

I suppose you have issue either with data, either with query itself. To speed up data inserts - check you constraints as it's one of most common issues.

This is dead repo?

Repository is not dead, obviously. Development is moving forward whenever we have some free resources.

BrokenWingsIcarus commented 5 years ago

Thank you. Good!