sahanhe
sahanhe

Reputation: 300

In-memory data store in the Ballerina: implementation, limitations, and scaling

I recently came across the in-memory datastore support of bal persist feature. Regarding this, could you provide the following details?

Upvotes: 2

Views: 32

Answers (1)

sahanhe
sahanhe

Reputation: 300

To store data in in-memory, we use Ballerina tables underneath and use generated clients to access the tables. There is a Ballerina table created for each entity defined in the model. in-memory data store supports all Ballerina types, but this is a volatile memory.

Upvotes: 2

Related Questions