Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Optimization #6

Open
aslefnad opened this issue Mar 3, 2017 · 2 comments
Open

Database Optimization #6

aslefnad opened this issue Mar 3, 2017 · 2 comments

Comments

@aslefnad
Copy link

aslefnad commented Mar 3, 2017

my plex server is running inside the linuxserver docker container. my first question is, if it would be better for my performance to run it directly on my server? and also inside the docker it is not possible to use your database optimization with sqlite. what exactly does this do? faster loading of covers etc. or does it improve playback?

thanks for your help

@ajkis
Copy link
Owner

ajkis commented Mar 4, 2017

DB optimization is basically allowing more of records to be stored in ram and yes faster loading on covers less those slow db queries in plex logs etc...

As for docker yes it does add a little overhead and it can be annoying to do some stuff.
Personally I did not saw any advantage of running plex in docker especially in server that is meant for plex.

The only reason I would run some apps in docker would be when I dont want dependency needed to be installed on my main os.

@aslefnad
Copy link
Author

aslefnad commented Mar 4, 2017

thanks very much for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants