Re: DB design advice - Mailing list pgsql-novice

From Sergey Konoplev
Subject Re: DB design advice
Date
Msg-id CAL_0b1sqxUUTmnbTbh0XkTsW6yMkNkPSEb39o6gUK-GmQ3n9mg@mail.gmail.com
Whole thread Raw
In response to DB design advice  (Toni Alfirević <toni.alfirevic@gmail.com>)
Responses Re: DB design advice  (Toni Alfirević <toni.alfirevic@gmail.com>)
List pgsql-novice
On Thu, Jun 6, 2013 at 2:29 AM, Toni Alfirević <toni.alfirevic@gmail.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.ru@gmail.com


pgsql-novice by date:

Previous
From: Toni Alfirević
Date:
Subject: DB design advice
Next
From: Toni Alfirević
Date:
Subject: Re: DB design advice