MySQL Forums
Forum List  »  Performance

Re: Writing sample data very fast from (TwinCAT) PLC to a MySQL database?
Posted by: Rick James
Date: October 23, 2016 12:08AM

You need application code that receives the data and performs an INSERT into MySQL.

Yes 4ms/insert is possible. However, since spinning disk drives are not that fast,you need some technique, such as

* RAID with Battery Backed Write Cache
* SSD
* Gather up several (say 100) records and 'batch' insert them

(There are more details, but this might get you started.)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Writing sample data very fast from (TwinCAT) PLC to a MySQL database?
1549
October 23, 2016 12:08AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.