Hello:

I would try to load about 300.000.000 registers with 80 fields each one (150 GBytes) in Monet V4.12.0 database.

I saw in mail lists the next bulk load method:

COPY <number> RECORDS INTO <table> FROM stdin USING DELIMITERS '\t';

 

I have my data in an ASCII file but my fields are not delimited by any character,  they are fixed length.

 

These are my questions:

Where can I find full documentation about COPY command?.

In my case, which is the most efficient way to do the bulk load?.

 

Thank's in advance!