Hi,
These features seems to be in the change log of yesterday released version 
1.2.147.

regards,
Dario

El 22/11/10 05:32, mitrship escribió:
> Just for the record when can we expect this change?
>> INSERT INTO <table> DIRECT SELECT * from CSVREAD('<file>')
>>
>> I will document this in the performance documentation as well as in the 
>> grammar:
>>
>> INSERT INTO ... [DIRECT] [SORTED] SELECT ...
>>
>> When using DIRECT, then the results from the query are directly
>> applied in the target table without any intermediate step.
>>
>> When using SORTED, b-tree pages are split at the insertion point. This
>> can improve performance and reduce disk usage.
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to