Search Shortcut cmd + k | ctrl + k
vortex

Provides write and scan function for vortex files

Maintainer(s): joseph-isaacs, 0ax1

Installing and Loading

INSTALL vortex FROM community;
LOAD vortex;

Example

write a vortex file
`COPY (SELECT * from generate_series(0, 4)) TO 'FILENAME.vortex' (FORMAT VORTEX);`

scan a vortex file
`select * from read_vortex('...');`