relational Questions

2

Solved

I have a kind of theoretical question about databases. To make it more concrete I have thought up an example case. Suppose I have a store with products. I have lots of different products. Not ever...
Magus asked 26/11, 2010 at 9:4

3

I'd like to design a JVM data structure (Java/Scala) that can be used to represent and store the contents of arbitrary relational database tables. The data structure should be fast (not too gc-inte...
Woodcock asked 6/8, 2010 at 17:13

3

Solved

After reading the tips from this great Nettuts+ article I've come up with a table schema that would separate highly volatile data from other tables subjected to heavy reads and at the same time low...
Executive asked 20/4, 2010 at 2:35

9

Solved

The SQL implementation of relational databases has been around in their current form for something like 25 years (since System R and Ingres). Even the main (loosely adhered to) standard is ANSI-92 ...
Apopemptic asked 10/10, 2008 at 15:49

2

Solved

I'm archiving this web forum, which normally gets purged about once a week. So I'm screen scraping it, and storing it into my database (PostgreSQL). I also do a little analysis on the data, with s...
Outwardly asked 20/2, 2010 at 17:21

2

Solved

I'm using SQLite, and I have a table for properties, and a table for sub-properties. Each sub-property points to its parent using the fkPropertyId column. Right now, to create the initial database,...
Tinsley asked 30/11, 2009 at 20:14

7

Solved

There is a lot of information out there on object-relational mappers and how to best avoid impedance mismatch, all of which seem to be moot points if one were to use an object database. My question...

7

Solved

This is more of a business-oriented programming question that I can't seem to figure out how to resolve. I work with a team of programmers who have been working with BASIC for over 20 years. I was ...
Ashtonashtonunderlyne asked 29/1, 2009 at 21:14

2

Solved

Duplicates Why should I use document based database instead of relational database? Pros/Cons of document based database vs relational database I don't know much about Google's Bi...
Cytoplasm asked 23/4, 2009 at 18:16

4

Solved

I have objects representing folders and I'm wondering if they should be represented in the database. On the one hand it seems like the easiest way would be to not represent folder objects and just...
Radiotelegram asked 5/4, 2009 at 16:47

2

Solved

What are the best practices in building applications that support multiple tenants such as Software as a Service? Links to white papers that expand on this topic are greatly appreciated.
Isleana asked 4/4, 2009 at 13:42

9

Solved

Do you know of an "easy" way to store and retrieve objects in Java without using a relational DB / ORM like Hibernate? [Note that I am not considering serialization as-is for this purpose, a...
Tetrafluoroethylene asked 14/1, 2009 at 16:10

6

Solved

I've had a bit of a search, but didn't find anything quite like what I'm trying to achieve. Basically, I'm trying to find a similarity between two users' voting habits. I have a table storing eac...
Megavolt asked 4/2, 2009 at 20:15

8

Solved

I have a SQL table like so: Update: I'm changing the example table as the existing hierarchical nature of the original data (State, Cities, Schools) is overshadowing the fact that a simple relatio...
Nunnally asked 23/1, 2009 at 19:19

3

Solved

I have a prefix trie. What is the recommended schema for representing this structure in a relational database? I need substring matching to remain efficient.
Multiple asked 10/12, 2008 at 4:6

7

More than decade passed since first publication of Date's and Darwen's "The Third Manifesto" in 1995. What is the place of relational school of thought in today's database world? Is there any evid...
Phebephedra asked 27/9, 2008 at 0:57

2

Solved

When would you use a bigtabe/simpledb database vs a Relational database?
Avocation asked 27/9, 2008 at 16:59

© 2022 - 2024 — McMap. All rights reserved.