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
Hello,
I have a CSV file whose size is 528MB and I would like to insert that data in the Sonic to test the performance.
I have tried using node app but it was taking a lot of time to import data.
Is there a way to import whole data at once without using the node app?
On 7 Aug 2019, at 8:07 AM, nshah14285 ***@***.***> wrote:
Hello,
I have a CSV file whose size is 528MB and I would like to insert that data in the Sonic to test the performance.
Is there a way to import whole data at once without using the node app?
Thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Activity
valeriansaliou commentedon Aug 7, 2019
nshah14285 commentedon Aug 8, 2019
Is there a direct way to import into RocksDB with the correct sonic require format?
valeriansaliou commentedon Aug 8, 2019
No, that's not going to work. As Sonic also needs to generate proper FSTs for the data you're importing.
nshah14285 commentedon Aug 8, 2019
OK Thanks.