Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Zeitgeist #1
Using CHAR to store UUID in SQL Server
Hi,
In SQL Server, I use CHAR to store UUID as primary for all my tables.
Is there any performance disadvantage when performing linking with multiple
tables? (i am concerning the indexing for CHAR field in SQL server)
Is using INT to store primary key a better way?
Thank you.
Zeitgeist Guest
-
store/retrieve images to server
Hi All, I want to retrieve images from server and send them back to Servlet without using FileUpload. It's an urgent requirement please help me out.... -
#39533 [NEW]: ord() cast with (unsigned char), chr() with (signed char)
From: fred at cashette dot com Operating system: * PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug description: ... -
Flash Media Server (Where To Store .flv files)
I am running the Beta of FMS. I have the software installed on C: and my wwwroot is on E: I need to use E: as my data drive. Is this possible? I... -
How to store Date in SQL Server?
Hello, I have a problem with storing date in SQL Server, with locale setings not "United States" but others(E.g.Chinese - Taiwan). I created a... -
How to store Date in SQL Server
Hello, I have problems with Storing Dates into SQL Server. I am using ASP to do so. When I change my locale settings to "Chinese - Taiwan". I... -
philh #2
Re: Using CHAR to store UUID in SQL Server
Some folks have experienced performance problems with very large record counts
using UUID primary keys. It comes down to the size of the index, I think. Do
you really have a situation that requires more than 2.1 billion keys?
philh Guest
-
Zeitgeist #3
Re: Using CHAR to store UUID in SQL Server
Not really. Just concerning the performancewhen data growing big in future.
Zeitgeist Guest
-
OldCFer #4
Re: Using CHAR to store UUID in SQL Server
I can't see any way that UUID's could be as efficient as integers for keys.
What are they, 35 characters
long? Most all databases have some method of producing unique integers, not
char type, for identity
(key) values.
There is a discussion of this
[url]http://www.opensourcetutorials.com/tutorials/Databases/PostgreSQL/practical-data[/url]
base-design-part-1/page2.html
OldCFer Guest



Reply With Quote

