vishbaan
8th November 2004, 08:29
hi fnds

I have a compiled object(not the source), where-in the main.table.io, in after.read event there is a filter and skip.io().

Now no. of records has grown over 1 million in the table, due to the above skip.io(""), the session start-up is terribly slow.

is it possible without having the source, I can do anything to bypass the main.table.io, after.read section.

any ideas...., tks

VISH

pconde
9th November 2004, 15:13
Hello,

If this is a specific session developped for you, ask the developpers to use query.extension in section before.program in place of skip.io. I think that there are no other option

Regards

mostrightfuture
9th November 2004, 15:52
hi,

If this called as a zoom session from other session(s), then you can use "query.extend.where.in.zoom()" in the session(s) from where this session is called. In that case u dont need the source code of that "compiled object" and no need to ask to developers.

enjoy
Mahmood

vishbaan
10th November 2004, 07:51
hi mohd,

it is not a zoom session; regular maintain sessions.

i am using AFS on these sessions, and those AFS also are very slow.

thanks

VISH