an indexing problem on postgreSQL

Поиск
Список
Период
Сортировка
От jwang
Тема an indexing problem on postgreSQL
Дата
Msg-id 1083581724.24056.14.camel@localhost
обсуждение исходный текст
Список pgsql-sql

All,

I have an data-driven web application with Java and PostgreSQL. We have
a few tables which hold quite large amount of data. Therefore we put
indexing (B-tree) on them to make query faster. In addition, we are also
doing data synchronization on these tables with another microsoft FoxPro
application in real-time. Normally the indexing works just fine without
data synchronization. But with data synchronization, after a period of
time, the indexing did not take effect on the table so that the
application goes extremely slow. 

Does anyone there has an idea why and have a solution to the problem?

Your help is greatly appreciated.

Sincerely,

-John




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

Предыдущее
От: Roelant Ossewaarde
Дата:
Сообщение: Re: Use arrays or not?
Следующее
От: CoL
Дата:
Сообщение: Re: Check a value in array