| Thread | Last Post | Replies |
|
| Good way to implement string interning? | 28 Feb 2006 20:47 GMT | 3 |
Suppose I have a file containing several million strings (say URIs) and I need to assign each unique string a numeric ID and store the string-to-ID and ID-to-string mapping as (time) efficiently as possible. Is there some clever technique databases use for this kind
|
| Database Schema for delicious ( Tag Structure) | 28 Feb 2006 01:21 GMT | 3 |
I have design database model for Tag structure. Do u think del.icio.us has same structure ? I am also including heirarchy of tags, which delicious has not implemented.
|
| Question about Linear hashing: A New Tool ... | 27 Feb 2006 20:31 GMT | 2 |
Hello, I was reading Witold Litwin's paper "Linear Hashing: A New Tool for File and Table Addressing" and it all makes good sense except one bit: In section 2.3.3 "Other Split Functions" he describes a technique for
|
| Latest version of glossary | 27 Feb 2006 14:22 GMT | 31 |
I tried to find the latest draft of the cdt glossary, but wasn't sure if I found the most recent one, so mAsterdam or anyone -- could you repost the glossary so we can perhaps add in some terms to help with some of these discussions? We could maybe add dimension, entity, flat,
|
| How to work with m:n relationships? | 27 Feb 2006 07:51 GMT | 8 |
I will use the post which was on comp.database on 25 January 2006, Design Query, as one example for m:n relationships. Here we should to design a database to track product subscriptions. The solutions are simplified so that we can concentrate on m:n relationship
|
| Location Structures Approaches, Pros & Cons | 26 Feb 2006 14:15 GMT | 75 |
Hi, I haven't googled this subject yet, but I'm hoping for some kicks or gentle prodding in the right direction as it's an area with which I am unfamiliar. Thanks very much in advance for reading. I'm doing some thinking on a system that involves tracking items in
|
| Database design | 26 Feb 2006 04:46 GMT | 180 |
I don't have much idea of Blogs and Tags. Can anyone suggest some book and any other resource from where I can find more about blog and Tags. I want to desgin a database for Tag Structure. Database design that can store heirarchy of tags developed my users. Present most popular ...
|
| Define "flatten database" ? | 26 Feb 2006 04:43 GMT | 69 |
I had a database analyst interview yesterday on the phone, and the interviewer brought up the phrase: "I flattened the database". I did not obfuscate in replying to her thread, but was able to avoid having to know what she meant by that term.
|
| cdt glossary 0.1.0 | 26 Feb 2006 04:31 GMT | 13 |
--------------- Glossary 0.1.0: "You keep using that word. I do not think it means what february 2006 you think it means"
|
| Sad, but true ... (???) | 26 Feb 2006 02:03 GMT | 6 |
Here's how to use XML in your database (...NOT!): http://thedailywtf.com/forums/60879/ShowPost.aspx -- Bob Hairgrove
|
| How to use Decode function | 26 Feb 2006 00:58 GMT | 2 |
Can anyone help me how to use DECODE function instead of CASE statement in the following query. select a.ASSOC_NAME region, count(CASE WHEN va.ANSWER <>
|
| cdt glossary 0.1.0 [Relation] | 26 Feb 2006 00:53 GMT | 2 |
[Relation] 1. A relation is a subset of the set of ordered tuples (A1, A2, ... Am) formed by the Cartesian cross-product of sets S1 x ... x Sm where each
|
| Design question regarding data typing | 25 Feb 2006 11:57 GMT | 18 |
(I'm new to database design so I do hope I'm able to adequately describe my issue.) I currently have a table called Institutions. The table groups data common to all institutions along with a foreign key to the
|
| Books | 24 Feb 2006 17:21 GMT | 1 |
What are the best and most database books important that I should read explaining the relationships between databases .
|
| Sales db design... | 23 Feb 2006 21:56 GMT | 2 |
I have a simple question, really. I'm trying to build a database to handle sales. I've been looking around at examples, both on the net and example db's such as "Northwind" that MS puts out as an example, and I see that it's common practice to handle
|