This topic was automatically generated from Slack. You can find the original thread here.
is there any limitations on size of data to be stored in datastore ?
This topic was automatically generated from Slack. You can find the original thread here.
is there any limitations on size of data to be stored in datastore ?
Data stores can hold any JSON-serializable data within the storage limits. This includes data types like strings, objects, arrays, dates, integers, and floats. However, you cannot serialize functions, classes, or other more complex objects. Please note that Data Stores are currently in Beta and are subject to change. For more information, visit Data Stores.
what size of data can i store in datastore?
Data Stores are currently in Beta and subject to change. While there isn’t a specific size limit mentioned in the documentation, they can hold any JSON-serializable data within the storage limits. This includes strings, objects, arrays, dates, integers, and floats. However, you cannot serialize functions, classes, or other more complex objects. For more details, you can refer to the documentation at Data Stores.