-1

I have developed the Chat application using Openfire XMPP server, I would like to know the data consumption for storing the messages in the database for conference chat room.

Sreenivas K
  • 109
  • 1
  • 10

1 Answers1

0

You have to inquire OFMUCCONVERSATIONLOG table.

To check disk usage, you must follow procedure related to your database (that is a generic question, already discussed somewhere).

I can link answer like this:

Get size of all tables in database

or

https://serverfault.com/questions/132620/oracle-how-to-find-out-storage-space-used-by-a-table

MrPk
  • 2,862
  • 2
  • 20
  • 26