mirror of https://github.com/citusdata/citus.git
parent
ade091d95c
commit
18b0feb4f8
|
@ -1204,7 +1204,8 @@ SELECT
|
|||
FROM
|
||||
articles_hash_mx
|
||||
GROUP BY
|
||||
author_id;
|
||||
author_id
|
||||
ORDER BY c;
|
||||
c
|
||||
---
|
||||
4
|
||||
|
|
|
@ -1902,7 +1902,8 @@ SELECT
|
|||
FROM
|
||||
articles_hash
|
||||
GROUP BY
|
||||
author_id;
|
||||
author_id
|
||||
ORDER BY c;
|
||||
c
|
||||
---
|
||||
4
|
||||
|
|
|
@ -529,7 +529,8 @@ SELECT
|
|||
FROM
|
||||
articles_hash_mx
|
||||
GROUP BY
|
||||
author_id;
|
||||
author_id
|
||||
ORDER BY c;
|
||||
|
||||
-- queries inside transactions can be router plannable
|
||||
BEGIN;
|
||||
|
|
|
@ -911,7 +911,8 @@ SELECT
|
|||
FROM
|
||||
articles_hash
|
||||
GROUP BY
|
||||
author_id;
|
||||
author_id
|
||||
ORDER BY c;
|
||||
|
||||
-- queries inside transactions can be router plannable
|
||||
BEGIN;
|
||||
|
|
Loading…
Reference in New Issue