wgmayer0 commented on issue #2129:
URL: https://github.com/apache/age/issues/2129#issuecomment-2475120226

   Thanks. As far as performance (time until query completes) is there no
   improvement possible? If not maybe I can work on some
   cacheing solution where nodejs queries it
   in the bqckground so that its up to date
   
   On Wed, Nov 13, 2024 at 7:13 PM bravius ***@***.***> wrote:
   
   > You have a couple of duplicate match clauses, this would be more concise:
   >
   > MATCH (a:load_number)-[]-(b:origin),
   >       (a)-[]-(c:pickup_time),
   >       (a)-[]-(d:destination),
   >       (a)-[]-(e:delivery_time)
   > RETURN a.value, b.value, c.value, d.value, e.value
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/age/issues/2129#issuecomment-2475082095>, or
   > unsubscribe
   > 
<https://github.com/notifications/unsubscribe-auth/ARTB5TPPVFTKHNLRS22LBJ32APTLHAVCNFSM6AAAAABRERBAEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZVGA4DEMBZGU>
   > .
   > You are receiving this because you authored the thread.Message ID:
   > ***@***.***>
   >
   


-- 
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: dev-unsubscr...@age.apache.org

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

Reply via email to