PostgreSQL versus MySQL for GPS Data

Поиск
Список
Период
Сортировка
От Juan Pereira
Тема PostgreSQL versus MySQL for GPS Data
Дата
Msg-id 5339c9a90903170425u42091eaaid7726eae7eb2391b@mail.gmail.com
обсуждение исходный текст
Ответы Re: PostgreSQL versus MySQL for GPS Data  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Re: PostgreSQL versus MySQL for GPS Data  (Pedro Doria Meunier <pdoria@netmadeira.com>)
Re: PostgreSQL versus MySQL for GPS Data  (Craig Ringer <craig@postnewspapers.com.au>)
Re: PostgreSQL versus MySQL for GPS Data  (Stephen Frost <sfrost@snowman.net>)
Re: PostgreSQL versus MySQL for GPS Data  (Juan Pereira <juankarlos.openggd@gmail.com>)
Re: PostgreSQL versus MySQL for GPS Data  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
Hello,

I'm currently developing a program for centralizing the vehicle fleet GPS information -http://openggd.sourceforge.net-, written in C++.

The database should have these requirements:

- The schema for this kind of data consists of several arguments -latitude, longitude, time, speed. etc-, none of them is a text field.
- The database also should create a table for every truck -around 100 trucks-.
- There won't be more  than 86400 * 365 rows per table -one GPS position every second along one year-.
- There won't be more than 10 simultaneously read-only queries.

The question is: Which DBMS do you think is the best for this kind of application? PostgreSQL or MySQL?


Thanks in advance

Juan Karlos.


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

Предыдущее
От: Enrico Pirozzi
Дата:
Сообщение: Records Number
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: PostgreSQL versus MySQL for GPS Data