jonataslaw / get_storage

A fast, extra light and synchronous key-value storage to Get framework
MIT License
359 stars 82 forks source link

Storage Limitation #120

Open aminemeickel opened 1 year ago

aminemeickel commented 1 year ago

Hello I would like to know what's the storage limit because i am walling to store 50K+ record as json(String) is that possible?

allasca commented 1 year ago

I think. try it and report the result

WMOH-DEV commented 1 year ago

Did you try ? if yes please tell us the results

aminemeickel commented 1 year ago

No, i didn't after a lot of thinking i found a better solution

gomcodoctor commented 8 months ago

What better solution you used @aminemeickel ?

aminemeickel commented 8 months ago

Switched to server side storage (redis)

gomcodoctor commented 8 months ago

Ohk, what was maximum size you tried to store using this Lib?

We need to store 10000 character string in mobile itself!

aminemeickel commented 7 months ago

my issue was the number of rows not the character it's self so it's not the same case , but in your case you can encode and decode the string to MD5 or something

gomcodoctor commented 7 months ago

Ohk thanks for clarifying!