I have approximately 1 billion records with 10 variables (column)
What would be a better option (writer/reader) between CSV and Table nodes
Which one would be faster.
Please suggest other better options (if any)
I have approximately 1 billion records with 10 variables (column)
What would be a better option (writer/reader) between CSV and Table nodes
Which one would be faster.
Please suggest other better options (if any)
For this amount of data a database options would be the best one.
Besides using a database (which is highly recommended) a useful exchange format could be Parquet.
@izaychik63, @mlauber71 Thank You for your advice, I will try your suggestions and will report hopefully
Hi @rkagrawal,
Table Writer writes data in internal KNIME format so both writing and reading data should be faster than using CSV format. But considering your data size @izaychik63 and @mlauber71 suggestions are definitely worth checking out.
Br,
Ivan
@ipazin Table Write-Reader worked well!
@rkagrawal glad to hear that!
Br,
Ivan
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.