Hi!

So I have a few conclusions from this discussion:

1) LOAD DATA LOCAL INFILE is useful, and required (which doesn't surprise me)

2) The remote version of it is not very secure, and should be rethought out in the protocol.

3) The bulk loader, mysqlimport, is not very loved. I suspect here it is about a lack of documentation, but.. it seems like someone should spend the time and design a better one.

4) The protocol for shipping a remote file needs to be rethought out (and we should not support the current one).

5) CSV may or may not be faster... we should find out why (if we could trust to always 64bit, we could just use mmap, which I know would be faster then the current read method for most OS'es).

Any more comments or suggestions?

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

Reply via email to