You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2022/12/22 23:23:41 UTC

[GitHub] [age-viewer] marodins opened a new pull request, #86: Allow large data initialization from viewer app

marodins opened a new pull request, #86:
URL: https://github.com/apache/age-viewer/pull/86

   Due to the nature of the query "SELECT * FROM cypher(..." pgsql throws error "target lists can have at most 1664 entries" for large number of node/edge CREATE.
   Split queries for nodes into several individual queries within transaction to prevent error.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] shinhanbyeol merged pull request #86: Allow large data initialization from viewer app

Posted by GitBox <gi...@apache.org>.
shinhanbyeol merged PR #86:
URL: https://github.com/apache/age-viewer/pull/86


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org