grajenda
25th February 2004, 14:31
Hai
I knew baan for 3 years but I never heard abt function server, table boosters .Can any body explains the same

Thanks in advance
regards,
James

mark_h
25th February 2004, 15:51
On function servers go to the API/OLE/DDC Forum and look at the very first post. Documentation is attached. Can't help with table boosters since I do not understand them myself.

Mark

zardoz
25th February 2004, 16:17
Table boosters are a feature that allow you to speed up (a little) some processes, by loading in RAM some tables, in incremental or global way.
Incremental means that the row is loaded in memory if you try to read it and isn't already in it.
Global means that at start of the process the whole table is loaded in memory.
This applies only on some tables and some sessions, is not generically used in all baan sessions.
By example, you can decide to load in memory the whole warehouse table before to start the MRP session or the L/A when you use the GLD integration.
By the way, in my experience I've noticed only a few speed improvement using it...