mirror of https://github.com/citusdata/citus.git
Remove temp table limitation from columnar README
parent
262f89359e
commit
3acd3ebae2
|
@ -58,7 +58,6 @@ Benefits of Citus Columnar over cstore_fdw:
|
||||||
* No support for intra-node parallel scans
|
* No support for intra-node parallel scans
|
||||||
* No support for ``AFTER ... FOR EACH ROW`` triggers
|
* No support for ``AFTER ... FOR EACH ROW`` triggers
|
||||||
* No `UNLOGGED` columnar tables
|
* No `UNLOGGED` columnar tables
|
||||||
* No `TEMPORARY` columnar tables
|
|
||||||
|
|
||||||
Future iterations will incrementally lift the limitations listed above.
|
Future iterations will incrementally lift the limitations listed above.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue