We all know that Android doesn't support any filesystem for SD cards except FAT. I have huge DB sqlite file (approx. 9 Gb) and I would like to work with the file on my mobile device, but now it's impossible. Can I divide the file into some smaller files (with same DB tables structure, of course) and then with any software (JDBC extend module or something similar) assemble these files into one DB on logical level. Does anyone know this java-software/library? or it's only my beatific vision? :)
Thanks.