Hi,
I am using the SQLite inside mobile. assuming my table has 5 columns and it contains ~10,000 records, can I use unique for column? Is it too much for a mobile to use this functionality? The column is on text column on barcode which can be up to 15 chars. Would it take too long for mobile to scan on every insert?
Thanks,