NNTP usenet download messages

I would like to upload usenet messages to my personal Mysql database, so without using any news reader. I am currently using the IpWorks component for .NET. I created a simple application in Vb.Net, it works, but it is very slow ... load and do INSERT INTO. Does anyone know of any better method for mass loading a message and inserting it into a simple mysql table?

+3
source share
1 answer

You might want to use volume insertion or delayed insertion instead of sequentially inputting elements sequentially.

, . , ( nntp), . nntp , ( , , mysql).

, .

+1

Source: https://habr.com/ru/post/1744952/


All Articles