Not able to load CSV file having size of 250mb or more

Hi,I am new to grafans and having trouble uploading a CSV file ( > 250 mb) from my hard drive to Grafana for XY plot visualization. I’m using the yesoreyeram-infinity-datasource plugin for the upload. Can you let me know if it’s possible to upload such a large file? Here is screenshot of the same.

Infinity inline option ideal for the files less than 1MB of size. For anything more than that, I would recommend serving the file via http server. Also I won’t recommend querying 250MB of file each time from dashboard.

2 Likes

Thanks for your response. The solution is to split the file into smaller parts and host them on an HTTP server. I tried hosting the entire 250 MB file on the server, but it hangs. This is the complete file I need to plot, and there are no further queries since the data isn’t being updated.