-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Daily Tables
PostPosted: Fri May 22, 2009 2:27 pm 
Newbie

Joined: Fri May 22, 2009 2:23 pm
Posts: 1
Hi All,

I've used Hibernate before in a number of small projects, but this one has come up and has me a little stumped as to how I might implement it.

I'm building a system to receive, process and store SNMP traps for a period of up to 1 year. Due to the number being received (> 1,000,000 per day), we need to split the data up between multiple daily tables. The problem, of course, is that most querying is likely to be over a 7, 30 or 90 day block, with some queries as much as a year, so I ideally want some kind of data model which can transparently determine what tables to query, and fetch them.

Has anyone built something which operates similar to this? I'm basically looking for a starting point, as this is uncharted territory for me.

Thanks


Top
 Profile  
 
 Post subject: Re: Daily Tables
PostPosted: Fri May 22, 2009 2:39 pm 
Newbie

Joined: Sat May 09, 2009 3:19 pm
Posts: 9
Nom wrote:
Hi All,

I've used Hibernate before in a number of small projects, but this one has come up and has me a little stumped as to how I might implement it.

I'm building a system to receive, process and store SNMP traps for a period of up to 1 year. Due to the number being received (> 1,000,000 per day), we need to split the data up between multiple daily tables. The problem, of course, is that most querying is likely to be over a 7, 30 or 90 day block, with some queries as much as a year, so I ideally want some kind of data model which can transparently determine what tables to query, and fetch them.

Has anyone built something which operates similar to this? I'm basically looking for a starting point, as this is uncharted territory for me.

Thanks



Have you considered some kind of Business Intelligence approach? Rolling up the data necessary into other tables too?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.