i have a csv file that contains 6 millions rows
but it takes too much time to load
i tried
PUT /twitter/_settings
{
"index" : {
"number_of_replicas" : 0
}
}
and even
PUT /twitter/_settings
{
"index" : {
"refresh_interval" : "-1"
}
}
well it stopped adding new rows
get /sub/_count keeps showing the same number yet on my VM its loading the file
help !!!
i tried to accelerate it but now i don't know the problem !!!