Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> DB Design question

DB Design question

From: Naran Hirani <N.Hirani_at_hgmp.mrc.ac.uk>
Date: Thu, 15 May 2003 22:20:05 +0100
Message-ID: <ba10co$pdi$2@niobium.hgmp.mrc.ac.uk>


I hope this is not off topic for this NG.

My colleague is trying to achieve the following two difficult tasks and would appreciate any input you guys can provide.

  1. He needs to store large numbers of user attributes in a table. In other words, for each user (say 15000+) he needs to store many thousands (potentially) of flags. Each flag itself is small - either a character, or simple boolean, or a number, but there are arbitrary (ie. unknown) numbers of these flags, and the number of flags is extremely large.

What is the best way to store such data?

2. Every minute his program measures how busy a system is and then he only wants to store the _last_ 50 of these measurements.

Can anybody suggest a good way to tackle the above two problems.

The things that he and I have come up with seem clumsy and would lack scalability.

Many thanks, I look forward to your comments and suggestions.

Naran. Received on Thu May 15 2003 - 16:20:05 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US