Skip to content

Trying to store base64 format string on blockchain #2810

Answered by abitmore
qualwebs asked this question in Q&A
Discussion options

You must be logged in to vote

if increasing the maximum transaction size would ultimately lead to increase in the block size itself,

Yes, likely.

which in turn would affect performance or might have any other negative impacts ?

Likely. With the current implementation with account_store_map, nodes load all data into memory (RAM), IMHO it's not suitable for images. If you want to deal with images, I would recommend that you modify the plugin to not load all data into memory but only fetch images from disk when a client requests.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by qualwebs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants