vscode_rainbow_csv icon indicating copy to clipboard operation
vscode_rainbow_csv copied to clipboard

RBQL window won't open when working with large files

Open rschindhelm-haba opened this issue 3 years ago • 2 comments

Reproduction:

  1. Set "Large File Optimizations" to "False" to enable handling of larger files.
  2. Open a large CSV file - in my case the file has a size about 60 MB and > 350.000 lines with about 160 characters per record in it.
  3. Try to open RBQL window to perform a query.

Expected behavior:

RBQL window would show, providing options to query the data in the opened file.

Actual behavior:

Nothing happens. There's no RBQL window opening, and no popup saying "file too large" etc.

rschindhelm-haba avatar Jun 09 '22 13:06 rschindhelm-haba

Update: The only feature working seems to be the coloring. "Align CSV columns" does not work either.

rschindhelm-haba avatar Jun 09 '22 13:06 rschindhelm-haba

I also have this issue with a 64 MB, 195K rows file

KeremAslan avatar Jul 11 '22 18:07 KeremAslan

Sorry for a late reply, This is a known feature of VSCode, see: https://stackoverflow.com/a/53643761/2898283 You can follow the suggestion there and set "editor.largeFileOptimizations": false, but this may result in poor performance in some cases.

mechatroner avatar Sep 10 '22 03:09 mechatroner

Thank you for the reply. So basically there's nothing I can do about it, as I already set the large file optimizations to false. That's a pity, but I can live with that constraint.

I'll close this issue. You may feel free to re-open it if you find a workaround.

rschindhelm-haba avatar Sep 12 '22 07:09 rschindhelm-haba