| Thread | Last Post | Replies |
|
| integer id columns for all tables | 30 Aug 2006 17:26 GMT | 12 |
Someone with greater expertise than I recently told me that it is best to have an integer primary-key for all tables in a database, even if the table already has some non-integer primary key, or some sort of composite primary key. If there is already a non-integer key, then
|
| The C in ACID | 28 Aug 2006 19:06 GMT | 16 |
I'm reading a new paper by David Lomet and Roger Barga, two respected (I think!) senior researchers at Microsoft, and come across the following in discussing the ACID properties of a DBMS: "However, these techniques [Atomicity, Isolation, and Durable], which
|
| representing summarize via basic operators | 24 Aug 2006 00:18 GMT | 2 |
On page 18 of the "New Algebra" http://www.dcs.warwick.ac.uk/~hugh/TTM/APPXA.pdf D&D express summarize via basic Tutorial D operators. This construction is not obvious to me (especially that I'm not versatile in Tutorial D
|
| A statement on dbdebunk. | 22 Aug 2006 11:53 GMT | 17 |
One of the last posts on dbdebunk ("On conceptual modeling and database design") included the following : <quote> My material is sound because unlike all the stuff floating in the
|
| Trying to define Surrogates | 22 Aug 2006 02:14 GMT | 35 |
[apologies for the cross posting]. Bob Badour wrote:
> I disagree that the concept of surrogate vs. natural is useful. Ok, I've had time to digest this now, and I have to say that I /do/
|
| Resiliency To New Data Requirements | 20 Aug 2006 20:31 GMT | 188 |
These series of posts compare the impact on existing schema/data/queries in RMDB and dbd solutions as a result of adapting to new data requirements in one particular example. The example is based on following article:
|
| A real world example | 20 Aug 2006 16:21 GMT | 90 |
In an earlier thread, Marshall asked for a real-world example, and while this isn't exactly what was asked for, it illustrates the problem. Here's the situation. I have two databases containing orders. One is the customer's database containing purchase orders, lines, schedules ...
|
| Foreign superkey support | 17 Aug 2006 11:40 GMT | 30 |
Are there any DMBSs apart from Dataphor that support foreign superkeys without undue hassle? SQL systems support them in that a superkey may be declared UNIQUE, and thus referred to by a foreign key, but I'm looking for more explicit support.
|
| Looking for DA's and DBA's in the midwest to assist an early stage startup | 15 Aug 2006 20:04 GMT | 1 |
I am putting together a team in Columbus Ohio to build a state of the art website geared to revolution an industry (I have plenty of details to go into for anyone who is interested. I am looking for someone who is entrepreneurial minded with the skills to be our DB architect.
|
| View challenge | 13 Aug 2006 23:00 GMT | 15 |
I have a number of tables as below: employee(*employeeid, ....) schedule(*scheduleid, recur_interval, ...) emp_schedule(*employeeid, *scheduleid, *valid_from, valid_to)
|
| Why bother with Logical data model? | 11 Aug 2006 22:52 GMT | 37 |
I'm working on a project where the logical data model stage slows the process down. I'm not talking about thinking time, that is always there as part of the process. I suppose the tool doesn't help. Oracle Designer is just awful and you spend an awful lot of time changing the
|
| Database wide constraint? | 11 Aug 2006 15:48 GMT | 4 |
I have table 1, whose primary key may be used in table 2 table 3 .... table n, as a foreign key. Is there any constraint that can applied, hopefully once and in one place, that ensures that for any particular row in table 1, it's value is used in
|
| Books | 09 Aug 2006 08:10 GMT | 5 |
I'm looking for some books on database design and theory and was looking for some suggestions. I have been dabbling with a database for just a couple of months now and have quickly come to realize how necessary it is to have some sort of a foundation. So I'm looking for
|
| SQL colum names conventions! | 09 Aug 2006 03:38 GMT | 4 |
As a result of ambiguity problems with colum names when performing a join I discovered that MS SQLServer does not return the conventional tablename.columname but only columname, which of course creates problems.
|
| computational model of transactions | 08 Aug 2006 14:34 GMT | 119 |
I've been thinking about concurrency and transactions. It occurs to me that much of the difficulty lies with the fact that multiple concurrent transactions may operate on the same data. I begin to recall some conversations from years past about "multiple assignment".
|