M
Mike
I'm building a Quotation database and have the following question:
My Primary Key in the Quote Table is
"Quote ID"
I will have numerous other tables linked to the Quote ID so what ever I put
in that field will be used in many records & tables.
I know that a GUID takes up 16 Bytes of space.
Q1: How many bytes would a Text Field with 8 Characters take up?
For instance 3 letters and 5 digits
Q2: What would be the most efficient field type?
Q3: Would either one slow the database more once I had a large number of
records?
The reason I ask is that 3 other people will be using replicated databases
to put their quotes into and I want to be able to sync them without
duplication of Quote ID errors. At the same time, I don't want to have so
much overhead that I have problems in the future.
Thanks
My Primary Key in the Quote Table is
"Quote ID"
I will have numerous other tables linked to the Quote ID so what ever I put
in that field will be used in many records & tables.
I know that a GUID takes up 16 Bytes of space.
Q1: How many bytes would a Text Field with 8 Characters take up?
For instance 3 letters and 5 digits
Q2: What would be the most efficient field type?
Q3: Would either one slow the database more once I had a large number of
records?
The reason I ask is that 3 other people will be using replicated databases
to put their quotes into and I want to be able to sync them without
duplication of Quote ID errors. At the same time, I don't want to have so
much overhead that I have problems in the future.
Thanks