Can one instance of Mojo Portal run across multiple databases?

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
12/8/2010 4:16:52 PM
Gravatar
Total Posts 139
"All that is gold does not glitter, not all those who wander are lost;" --J.R.R. Tolkien

Re: Can one instance of Mojo Portal run across multiple databases?

oops.  One more thing though.  You said that you use MySQL so that you don't have to deal with CPU or ram constraints.  How is the best way to calculate it since SQL Server is ultimately easier to deal with, and since it's integrated right in, if I have a small site and a small community, does the one CPU and one gig Ram really matter in the end?  You tell me that it would run fine, and that SQl Server wouldn't use the other resources.  And not to mention, in the context of Mojo Portal, what is stored in the database?  Is it just the user names and passwords of the users, or is it like everything on the site, or what?  Thanks. 

12/8/2010 4:31:49 PM
Gravatar
Total Posts 2247

Re: Can one instance of Mojo Portal run across multiple databases?

Hi Katherine,

Honestly, until your site grows to thousands of users and visitors, the limits of SQL Server Express will not even be noticed.

mojoPortal stores pretty much everything except images and other BLOBs in the database. All content, pages, settings, users, passwords are in the database. One module that may cause some confusion is the Shared Files Module, the files you upload using that module are stored in the filesystem but all of the metadata (version history, description, downloads, etc...) for the files are stored in database.

HTH,
Joe D.

12/8/2010 6:38:56 PM
Gravatar
Total Posts 139
"All that is gold does not glitter, not all those who wander are lost;" --J.R.R. Tolkien

Re: Can one instance of Mojo Portal run across multiple databases?

Great information and education!  Forgive me for being so curious. 

You must sign in to post in the forums. This thread is closed to new posts.