Fast Database

fasilosman

Active Member
Licensed User
Longtime User
Hi all

I am new to B4A

Im handling large database.

I now using SQL Lite which is very slow in my emulator.

Can any one suggest other database type. But it should be local database.

Thank you
 

rboeck

Well-Known Member
Licensed User
Longtime User
I am sure, that SQLite is one of the fastest databases; dont mix the speed of the emulator with the speed of the database...

Reinhard
 
Upvote 0

yttrium

Active Member
Licensed User
Longtime User
I am sure, that SQLite is one of the fastest databases; dont mix the speed of the emulator with the speed of the database...

Reinhard

This. Try your app on a real device before even thinking about performance. The emulator is incredibly slow.
 
Upvote 0

timwil

Active Member
Licensed User
Longtime User
Personally I don't see much use in the emulator other - you really have to see your app on a real device!!
 
Upvote 0

yttrium

Active Member
Licensed User
Longtime User
@timwil
It's useful for playing with different screen sizes and densities, as well as themes, in order to see how your app should LOOK on a bunch of different devices - but when it comes to really USING your app, always use a real device.
 
Upvote 0
Top