Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Sql > merge timestamp...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 3462 of 3799
Post > Topic >>

merge timestamps to intervals

by pittipatti@[EMAIL PROTECTED] (Patrick Scharrenberg) May 12, 2008 at 07:38 AM

Hi!

I have a table where I repeatingly log the status of some service, which
looks something like this:

	< timestamp, status >

Now, everytime my service is up I save the timestamp and a status of
"up", if it's down I save the timestamp with "down", eg:
	10:13	up
	10:14	up
	10:15	up
	10:16	down
	10:17	up
	10:18	up

I'd like to merge this information to intervals where the service was up
or down.

	< intervall, status >
	10:13-10:15	up
	10:16-10:16	down
	10:17-1018	up

I've no clue how to approach this problem.

Any ideas/hints?
Also suggestions on a feasible better schema are welcome. :-)

Thanks
Patrick

-- 
Sent via pgsql-sql mailing list (pgsql-sql@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql
 




 3 Posts in Topic:
merge timestamps to intervals
pittipatti@[EMAIL PROTECT  2008-05-12 07:38:47 
Re: merge timestamps to intervals
craig@[EMAIL PROTECTED]   2008-05-12 14:33:03 
Re: merge timestamps to intervals
akretschmer@[EMAIL PROTEC  2008-05-12 08:56:54 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Dec 2 21:30:10 CST 2008.