Обсуждение: Speedup: C vs PL/pgsql

Поиск
Список
Период
Сортировка

Speedup: C vs PL/pgsql

От
Richard Emberson
Дата:
I have a system with one query involving 4 tables which is executed
*alot*, its the primary
mechanism for data retrieval and, thus, a performance bottleneck.

My question is: If it were coded in C rather than in SQL+PL/pgsql what
would be the extected
speedup.

[ assume that I have all the right indexes, etc.]


Richard