| Thread | Last Post | Replies |
|
| Nested sort | 29 Sep 2005 17:52 GMT | 9 |
I have a table (see below for ddl) which implements a set of locations for an organization, from the whole organization to shelves in a particular room. Users never see the primary key, only the NAMEX, usually as a drop down selection list, sometimes a single selection
|
| Encoding materialized path in an atomic value. | 27 Sep 2005 13:32 GMT | 13 |
The recent discussion in another thread about encoding an entire materialized path in a single value started me down the following path. It's common practice on genealogy websites to adopt a numeric encoding method for family trees of ancestors of a given person. The tree of a
|
| matrix encoding IS adjacency list | 21 Sep 2005 19:10 GMT | 22 |
As it has been written elsewhere, Nested Intervals gradually evolved into matrix encoding. To summarize, each node of a tree is encoded with 4 integers, which translates into the following schema design: table MatrixTreeNodes (
|
| C# 3.0 with pseudorelational extensions | 19 Sep 2005 02:24 GMT | 14 |
Interesting news here: http://msdn.microsoft.com/netframework/future/linq/ Regards Alfredo
|
| data type clarification urgent.... | 17 Sep 2005 14:21 GMT | 1 |
hai there, i am not able to use long data type completely in oracle 8i i am able to use only 4000 bytes completely,is ther any configuration to be done before using it.
|
| Indexes and Logical design | 17 Sep 2005 01:02 GMT | 19 |
A little while ago, I remarked that I reluctantly included indexes in the logical design, and Marshall asked why. There's a great case to be made against including indexes in the logical design, and I suspect Marshall can make that case better than I can. Let me
|
| A general questio about names | 15 Sep 2005 23:02 GMT | 8 |
I'm in the process of attempting to lay out a general overview of what a properly set up database would look like for my current employer. My question is with respect to names. I seem to see at least 3 types of proper names that are independant
|
| transition constraints | 14 Sep 2005 08:20 GMT | 2 |
I've never used transition constraints before. How useful are they? Do many constraints end up being transition constraints, or are they fairly rare? Have experience? Share!
|
| Conceptual, Logical, and Physical views of data | 13 Sep 2005 04:51 GMT | 56 |
My introduction to databases, back in the 1980s, was, in part, by way of Martin. I got this description of multiple views of data: the conceptual, logical, and physical views. The conceptual view of data: the data as seen by the subject matter expert.
|
| Help!....Dynamic Schema evolution | 13 Sep 2005 04:50 GMT | 1 |
I am with a silicon valley, bleeding-edge startup requiring some fancy, innovative database techniques in order to address its core requirement - highly frequent, dynamic schema growth driven by end-users, on an as needed basis. Most of the changes are "adds" versus
|
| Describing the Janus | 12 Sep 2005 11:19 GMT | 9 |
I want to describe an object that I've been imagining for a while. I've called it the "Janus". A Janus has two faces. I can describe each face reasonably simply: one face is an SQL client, the other face is an object, interacting with other
|
| PIZZA time again :-) | 10 Sep 2005 15:35 GMT | 46 |
Assume 1. there is a meaningful (or at least consequential) difference between: toppings([salami, mozarella, onions]).
|
| Question about Date & Darwen <OR> operator | 08 Sep 2005 14:06 GMT | 32 |
Assuming domains x in {1,2} and y in {a,b} what is the result of {(x=1)} <OR> {(y=a)} ? Is it x y
|
| Looking for a discussion about generic datamodels | 08 Sep 2005 14:04 GMT | 14 |
Every now and then, I come across a IT-project that stores its data in a generic data model. Such data models basically consist of 4 tables: Entities, Relations, Attributes and Values. The Entities table contains a record for each table in the conceptual data model, Attributes a
|
| taxonomy for constraints? | 05 Sep 2005 15:33 GMT | 1 |
Does anyone know of any interesting constraint taxonomies? I am aware of 1) D&D's domain/column/table/database hierarchy, which is intuitively appealing but I'm not convinced it has much behind it.
|