pouchdb-react-native icon indicating copy to clipboard operation
pouchdb-react-native copied to clipboard

UPDATE don't work

Open Philip970 opened this issue 2 years ago • 1 comments

Hello, I have developed an application with an internal database I can insert data normally but when I want to update a large data I get this error :

[Error: database or disk is full (code 13 SQLITE_FULL[13])]

Does anyone know how to fix it ?

"pouchdb-react-native": "^6.4.1", "expo": "~47.0.12", "react-native": "0.70.5",

Philip970 avatar Apr 25 '23 14:04 Philip970

@Philip970 hi , are you also facing issues on react native expo about performance , find query is very slow and allDocs are not good enough for RAM, how are you managing data?

bilalswiftsolutions avatar Jan 31 '24 18:01 bilalswiftsolutions