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
Current data uploading into native store happens via single thread (i.e., sequential manner). Hence scaling of data uploading can be done using the workers only (e.g., 4, 8, 16,32, etc.). Need to have multi-threaded operations for native storage.