Hi..
I have a table -
Now....
ID- PK - Auto Increment
User - PK
Email - PK
Flag - bit - 0 or 1 i.e. true or false
----
I have total of 3 crores records to be stored in this table..
And in future... the number will increase...
My query is -
Which database is proper - Oracle / SQL ??
Or should I store it in a file - NoSQL Concepts ?
How to make this ID - infinite... without upper limit ??
Please guide ! It is a bit urgent !