Click here to Skip to main content
16,004,944 members
Home / Discussions / Database
   

Database

 
GeneralRe: Maintain max x records Pin
Eduard Keilholz30-Nov-10 2:45
Eduard Keilholz30-Nov-10 2:45 
GeneralRe: Maintain max x records Pin
David Skelly30-Nov-10 6:14
David Skelly30-Nov-10 6:14 
GeneralRe: Maintain max x records Pin
Chris Meech30-Nov-10 7:19
Chris Meech30-Nov-10 7:19 
GeneralRe: Maintain max x records Pin
Jason Christian1-Dec-10 6:52
Jason Christian1-Dec-10 6:52 
GeneralRe: Maintain max x records Pin
Eduard Keilholz30-Nov-10 20:16
Eduard Keilholz30-Nov-10 20:16 
GeneralRe: Maintain max x records Pin
Eduard Keilholz30-Nov-10 2:43
Eduard Keilholz30-Nov-10 2:43 
GeneralRe: Maintain max x records Pin
Mycroft Holmes30-Nov-10 11:25
professionalMycroft Holmes30-Nov-10 11:25 
GeneralRe: Maintain max x records Pin
Eduard Keilholz30-Nov-10 20:14
Eduard Keilholz30-Nov-10 20:14 
Hey!

I have 8 servers which I want to report their performance. I use performance counters to aquire system information. Depending on the counter's category and name, I want to counter to store it's value every second, or (if less important) with a lower interval (say a minute).

I want to keep the 100 latest inserted records per performance counter to report the machine's performance. Since some counters store their value each second the database table may grow rapidly. I expect about 160 performance counters running at the same time measuring performance of 8 different servers.

So there's no need to guarantee a max number of records, I can select the latest x records when reporting and a job may clean up the 'old' data. I also may want to switch to keeping the latest 1000 records or something but I don't know about that yet.

I think the job is the best performing solution for this...

Thanks guys!
.: I love it when a plan comes together :.
http://www.zonderpunt.nl

GeneralRe: Maintain max x records Pin
Spectre_0011-Dec-10 1:41
Spectre_0011-Dec-10 1:41 
AnswerRe: Maintain max x records Pin
Pete O'Hanlon30-Nov-10 4:55
mvePete O'Hanlon30-Nov-10 4:55 
AnswerRe: Maintain max x records Pin
PIEBALDconsult30-Nov-10 17:57
mvePIEBALDconsult30-Nov-10 17:57 
AnswerRe: Maintain max x records Pin
Dwayne J. Baldwin30-Nov-10 20:40
Dwayne J. Baldwin30-Nov-10 20:40 
AnswerRe: Maintain max x records Pin
Member 40648382-Dec-10 0:31
Member 40648382-Dec-10 0:31 
GeneralRe: Maintain max x records Pin
Eduard Keilholz2-Dec-10 1:05
Eduard Keilholz2-Dec-10 1:05 
Questionbest way to return is_exists Pin
Jassim Rahma29-Nov-10 22:35
Jassim Rahma29-Nov-10 22:35 
Questiondefault blob Pin
Jassim Rahma29-Nov-10 22:30
Jassim Rahma29-Nov-10 22:30 
AnswerRe: default blob Pin
David Skelly30-Nov-10 1:45
David Skelly30-Nov-10 1:45 
Questionmysql problem Pin
mylogics28-Nov-10 23:16
professionalmylogics28-Nov-10 23:16 
AnswerRe: mysql problem Pin
Jörgen Andersson28-Nov-10 23:49
professionalJörgen Andersson28-Nov-10 23:49 
AnswerRe: mysql problem Pin
RaviRanjanKr29-Nov-10 0:07
professionalRaviRanjanKr29-Nov-10 0:07 
GeneralRe: mysql problem [modified] Pin
mylogics29-Nov-10 0:46
professionalmylogics29-Nov-10 0:46 
GeneralRe: mysql problem Pin
Mycroft Holmes29-Nov-10 0:53
professionalMycroft Holmes29-Nov-10 0:53 
GeneralRe: mysql problem Pin
mylogics29-Nov-10 0:58
professionalmylogics29-Nov-10 0:58 
GeneralRe: mysql problem Pin
Luc Pattyn29-Nov-10 2:54
sitebuilderLuc Pattyn29-Nov-10 2:54 
GeneralRe: mysql problem Pin
Mycroft Holmes29-Nov-10 3:33
professionalMycroft Holmes29-Nov-10 3:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.