Re: Simple database, multiple instances?

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Simple database, multiple instances?
Дата
Msg-id m2d3pnavbe.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Simple database, multiple instances?  (Mario Splivalo <mario.splivalo@megafon.hr>)
Ответы Re: Simple database, multiple instances?
Список pgsql-performance
Mario Splivalo <mario.splivalo@megafon.hr> writes:
> I have simple database schema, containing just three tables:
>
> samples, drones, drones_history.
>
> Now, those tables hold data for the drones for a simulation. Each simulation
> dataset will grow to around 10 GB in around 6 months.
>
> Since the data is not related in any way I was thinking in separating each
> simulation into it's own database. That way it would be much easier for me
> to, at later date, move some of the databases to other servers (when dataset
> grows beyond the original server storage capacity limit).

Do you intend to run queries across multiple simulations at once? If
yes, you want to avoid multi databases. Other than that, I'd go with a
naming convention like samples_<simulation id> and maybe some
inheritance to ease querying multiple simulations.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support

В списке pgsql-performance по дате отправления:

Предыдущее
От: pasman pasmański
Дата:
Сообщение: tidscan not work ? Pg 8.4.5 + WinXP
Следующее
От: Mario Splivalo
Дата:
Сообщение: Re: Simple database, multiple instances?