Re: DB design advice

From: Sergey Konoplev <gray(dot)ru(at)gmail(dot)com>
To: Toni Alfirević <toni(dot)alfirevic(at)gmail(dot)com>
Cc: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: DB design advice
Date: 2013-06-07 05:39:24
Message-ID: CAL_0b1sqxUUTmnbTbh0XkTsW6yMkNkPSEb39o6gUK-GmQ3n9mg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thu, Jun 6, 2013 at 2:29 AM, Toni Alfirević <toni(dot)alfirevic(at)gmail(dot)com> wrote:
> And app should allow user to search trough his logs filtered by one or more
> tags and time interval. Here is one more constraint, since those messages

Is it supposed to return all the data from this interval at once, or
to be implemented like a kind of pagination/slider, that gets a
limited amount of entries since the beginning of the interval, and
then, after user requested more, it gets entries that are after the
last one from the previous bunch, and so on?

--
Kind regards,
Sergey Konoplev
PostgreSQL Consultant and DBA

Profile: http://www.linkedin.com/in/grayhemp
Phone: USA +1 (415) 867-9984, Russia +7 (901) 903-0499, +7 (988) 888-1979
Skype: gray-hemp
Jabber: gray(dot)ru(at)gmail(dot)com

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Toni Alfirević 2013-06-07 06:43:02 Re: DB design advice
Previous Message Toni Alfirević 2013-06-06 09:29:36 DB design advice