-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Describe the bug
When importing multiple tables simultaneously from Google Cloud Storage (GCS) into Redivis, I experienced site unresponsiveness and my browser freezing. I was unable to click on any buttons or links on the page and I was unable to scroll. I couldn't change tabs and had to force quit the browser an open a new one. A few tables froze for hours (showed no progress) during the transfer but eventually imported overnight.
The folder structure is as follows:
There is a bucket that contains 185 directories, each with 38 - 41 files within them. For each table, I would import the data with a wildcard path that indicated iterating over all the folders to get the desired file name for the table. For example:
bucket-name/*/table_name.CSV
Each file is no more than 500MB. Some files have hundreds of thousands of rows, some only have a few thousand. The slowness would occur after importing 3 or more tables simultaneously. Please let me know if you need additional information
Steps to reproduce
- Create a new table for a dataset
- Click the 'Data Source' drop down menu and select Google Cloud Storage
- Enter a path with a wildcard at the second level
- Click import data
- Repeat this process such that multiple tables are importing at the same time
- Observe slowness of browser, unresponsiveness of site
Browser
Both Chrome and Safari
Expected behavior
Table data imports in the background, while the front end remains uneffected
Any additional context
Stanford GSB Library Organization