If you are using MySQL and need to do some processing which can't be handled by a bulk importer, you could use
INSERT DELAYED INTO table (columns) VALUES ( 'values' )
This will cause the client to abandon the query after it's send to the server and thereby speeding things up. If you don't need to get the return values, or for example an auto-increment number, this might be a way to go.
In reply to Re: Database input speed question
by deliria
in thread Database input speed question
by jjhorner
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |