vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, all. I want to ask, if anyone used query_cache of pgPool. The problem is there is no detailed installation steps on how to configure it correctly. Itried to follow it, but guess that it doesn't cache my queries. So, maybe someone adviced me or give link. |
| |||
| On May 1, 7:02*pm, Rauan Maemirov <rauan1...@gmail.com> wrote: > Hi, all. > > I want to ask, if anyone used query_cache of pgPool. The problem is > there is no detailed installation steps on how to configure it > correctly. Itried to follow it, but guess that it doesn't cache my > queries. So, maybe someone adviced me or give link. Nobody use?? |
| |||
| Rauan Maemirov wrote: >> I want to ask, if anyone used query_cache of pgPool. The problem is >> there is no detailed installation steps on how to configure it >> correctly. Itried to follow it, but guess that it doesn't cache my >> queries. So, maybe someone adviced me or give link. > > Nobody use?? I'd say caching is better done on a higher level -- like HTML fragments or what ever you generate from those queries.. Just my two cent. -- Best regards, Hannes Dorbath |
| ||||
| On May 4, 5:13*pm, Hannes Dorbath <li...@theendofthetunnel.de> wrote: > Rauan Maemirov wrote: > >> I want to ask, if anyone used query_cache of pgPool. The problem is > >> there is no detailed installation steps on how to configure it > >> correctly. Itried to follow it, but guess that it doesn't cache my > >> queries. So, maybe someone adviced me or give link. > > > Nobody use?? > > I'd say caching is better done on a higher level -- like HTML fragments > or what ever you generate from those queries.. > > Just my two cent. > > -- > Best regards, > Hannes Dorbath Yeah, I know it. But sometimes, if U have a lot of little queries it's too complicated to cache all of them in code. It simplier to cache them on database level. |