2 Oct
2012
2 Oct
'12
8:45 a.m.
Václav Pernica wrote:
I use the FR just to only authenticate the user. The data are stored in Oracle DD. Is there any option how to disable authorize_reply_query? The reason is that that DB contains millions of records and each query take some some time. Depending on DB load is 0.5 seconds but during the peak it goes up 7 seconds.
Set it to an empty string. And add indexes to the DB. There's no reason for a query to take 7s.
As the users are authenticated after authorize_check_query, the reply query is in my case only delaying the authentication. Maybe there is some option how to set some static response for the reply query?
Thats why it's editable: so you can edit it. Alan DeKok.