Hi All,

> Any more comments or suggestions?

Yeah - What about extending CSV engine to support user defined
delimiters and such in the DDL? The reason why I like this feature is
that for ETL jobs, you can use this to kind of simulate a stream of
data. The disadvantage of LOAD DATA INFILE is that you waste time on
loading and storing data in a table (which is a pity if the table is
not the final destination and you need to process the data before
storing it)

Of course, a storage engine is just an implementation - something like:

SELECT  ...
FROM     LOAD DATA INFILE .. etc

would be ok too (perhaps even more powerful)

>
> Thanks!
>
>        -Brian
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~drizzle-discuss
> Post to     : [email protected]
> Unsubscribe : https://launchpad.net/~drizzle-discuss
> More help   : https://help.launchpad.net/ListHelp
>



-- 
Roland Bouman
http://rpbouman.blogspot.com/

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to