I want to be able to save as much data as possible, so what is the maximum size that Chatterbot can handle? From what size does it get too slow? can handle 10 million entries?
I think that will depend on the StorageAdapter supplied, for sqlite3 obviously it will get slow, maybe try using Postgresql
handle 10 million data takes 40-60 seconds in mongodb and sqlite3, i tested...
Most helpful comment
handle 10 million data takes 40-60 seconds in mongodb and sqlite3, i tested...