You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently i have like 5mins aggregated meteics with 180520 lines - json file.
Im parsing it with php file_file_get_contents and then triying to $write_api in foreach loop...
But without write and just echo values it takes ->
real 0m0.658s
user 0m0.413s
sys 0m0.245s
With write_api it takes forever :) like 15 to 30 minutes
The text was updated successfully, but these errors were encountered:
Hi is there a way for batching writes ?
Currently i have like 5mins aggregated meteics with 180520 lines - json file.
Im parsing it with php file_file_get_contents and then triying to $write_api in foreach loop...
But without write and just echo values it takes ->
real 0m0.658s
user 0m0.413s
sys 0m0.245s
With write_api it takes forever :) like 15 to 30 minutes
The text was updated successfully, but these errors were encountered: