Hello guys,
Which is the recommended storage option for RASA?
Which database is best for rasa?
1 Like
Hi @yugalahir
The Rasa X helmchart is a good place to look for recommended databases etc.
You can see we use postgresql for the tracker_store
there.
Ok thank you so much.
I have lots of custom action, that also requires database queries,
so right now I am using SQLite database, if data and load increase it will work perfectly? or should I move to another database?
If you wish to start scaling then I would definitely suggest moving to postgres at some point. You can then also have a separate managed database instance, which will make deployment more resilient.