A
A
AlexandrBirukov2017-09-27 21:49:29
Python
AlexandrBirukov, 2017-09-27 21:49:29

Scrapy how to save large amounts of data?

Hello everyone and thanks in advance for your replies.
Do not kick, just started to figure it out, tell me how to save large amounts of data? If all this in csv to unload more than 400,000 lines, will there be problems later?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
moh-mog-drinks, 2017-09-27
@AlexandrBirukov

If all this in csv to unload more than 400,000 lines, will there be problems later?

And what does Scrapy have to do with it?????
You know better what you are going to do with this file.
With sequential line-by-line processing, there will be no problems even with billions of lines.
But if you need to delete arbitrary lines or process them not in a row, this is more gemoine.

A
AlexandrBirukov, 2017-09-28
@AlexandrBirukov

ok, thank you all, I will upload everything to the database

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question