You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to execute a long-running query for select data
this query holds the database waiting for a response and application is going to wait for the state
I want to execute that query in parallelly so need to pass PARALLEL in select query
OrientJS select function not supported that parameter is any other way to perform this query? SELECT [ <Projections> ] [ FROM <Target> [ LET <Assignment>* ] ] [ WHERE <Condition>* ] [ GROUP BY <Field>* ] [ ORDER BY <Fields>* [ ASC|DESC ] * ] [ UNWIND <Field>* ] [ SKIP <SkipRecords> ] [ LIMIT <MaxRecords> ] [ FETCHPLAN <FetchPlan> ] [ TIMEOUT <Timeout> [ <STRATEGY> ] [ LOCK default|record ] [ PARALLEL ] [ NOCACHE ]
How to pass this param like select(target, PARALLEL) .
The text was updated successfully, but these errors were encountered:
rohitpatil7892
changed the title
How to pass parallel parameter in executes long running select query
How to pass parallel parameter in executes long running select query's parallelly
Nov 21, 2019
I want to execute a long-running query for select data
this query holds the database waiting for a response and application is going to wait for the state
I want to execute that query in parallelly so need to pass PARALLEL in select query
OrientJS select function not supported that parameter is any other way to perform this query?
SELECT [ <Projections> ] [ FROM <Target> [ LET <Assignment>* ] ] [ WHERE <Condition>* ] [ GROUP BY <Field>* ] [ ORDER BY <Fields>* [ ASC|DESC ] * ] [ UNWIND <Field>* ] [ SKIP <SkipRecords> ] [ LIMIT <MaxRecords> ] [ FETCHPLAN <FetchPlan> ] [ TIMEOUT <Timeout> [ <STRATEGY> ] [ LOCK default|record ]
[ PARALLEL ]
[ NOCACHE ]
How to pass this param like select(target, PARALLEL) .
The text was updated successfully, but these errors were encountered: