Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the best way for importing a large data set into secret state? #56

Open
levackt opened this issue Jan 15, 2020 · 0 comments
Open
Labels
forum issue originated in the forum question Further information is requested rust secret contract storage

Comments

@levackt
Copy link

levackt commented Jan 15, 2020

forum question

Hi,
I’m trying to import a large data set (100000 rows and 20 columns integers/str) into the secret state.
Does anyone have any better idea other than converting the data into text format and push it into “String” in order to pass it to the secret contract?
Even in that idea, I need to split the original data set into several parts and to run the add-data contract for several times because “String” seems to have the maximum limit length.

@levackt levackt added question Further information is requested forum issue originated in the forum rust secret contract storage labels Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forum issue originated in the forum question Further information is requested rust secret contract storage
Projects
None yet
Development

No branches or pull requests

1 participant