Mediaflux: Performance tuning

18 views
Skip to first unread message

Jason Lohrey

unread,
Jul 10, 2014, 8:04:48 AM7/10/14
to Sean Fleming, medi...@googlegroups.com, sup...@arcitecta.com
Hi Sean,

I note a few performance tuning things you need to do.

By default, Mediaflux is a database used by a number of OEMs and use-cases. It does not have all of the indexes enabled.

If you run queries of the form:

asset.query :where namespace>=‘xx’ 

Any time you have a view that maps to a namespace, you are doing just that.

Then you will benefit from indexes on each of the namespaces in the true. The best index you can add is:

asset.namespace.contained.asset.index.create :cascade true :namespace /

It makes quite a difference to those namespace queries as above.

Jason

JASON LOHREY
Chief Technical Officer


Reply all
Reply to author
Forward
0 new messages