Where does fastpath store the msg history?

Thanks

For MySQL, it’s table fpSession. See also the Fastpath .jsp sources for clues, http://svn.igniterealtime.org/svn/repos/openfire/trunk/src/plugins/fastpath/

HTH

Dose fastpath only store workgroup session history?

I misunderstand the archiving.So where the archivings stored?

Is it possible to let user to view msg history and not lose much performance.

Because my boss ask to store all history in the server.

vincent wrote:

Dose fastpath only store workgroup session history?

I misunderstand the archiving.So where the archivings stored?

Is it possible to let user to view msg history and not lose much performance.

Because my boss ask to store all history in the server.

yes

ofMucConversationLog, ofMessageArchive I believe

I think so, via Server → Search Archive. I haven’t really studied the indecies on those tables or the block read traffic caused by such a lookup, but for a small user base I think it should be fine. The queries tend to return quickly, and I’ve never seen an issue with server performance.

HTH