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