Laptop Spesification for 1 million plus data

Hi !
my laptop is not capable for doing process 1 million ++ data
can you recommend me the specification of laptop that I can use for processing 1 million ++ data
Thank you

Can you provide some additional detail? What do you mean by “not capable for doing process 1 million ++ data”? What exactly are you trying to do? What is the format of your data, e.g. csv, database? Can you read the data? What node is throwing an error message? What’s the error message? How many columns of data do you have? What’s the configuration of your current computer? How much memory have you allocated to KNIME in the knime.ini file?

2 Likes

im sorry im a newbie in data so i will explain with general language
63 column and the row is more than 1 million
the data read from excel
the node is quite long, i use like node data manipulation, string manipulation, time and date difference etc
do i need processor like core i5 with newest generation with H series and how many ram that i need to process that
thank you
im sorry if my english is not good enough

Before considering a new computer I recommend to check for at least some simple optimization.

The easiest: check how much RAM you have allocated to KNIME as described here

Also can you tell us how much RAM you have available on your machine:
On windows go to settings and then about.

There you should see an overview of your system specifications including RAM

2 Likes

i use i3 - 1115G4 with 8gb ram
1tb ssd

@Nusha_Hasby_Elm you could read my blog about knime and performance. Also if you experience problems you can try and split the work in chunks.

If you specifically experience problems importing Excel data you can try to employ Phyton tools

5 Likes