home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
Move to SQL server instead of db3 file?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="fforde" data-source="post: 295669" data-attributes="member: 52082"><p>Well I don't want to get into a debate about it, but I still have not heard a single argument for why moving to a more robust database server is a good idea for MP. Transactional databases like SQL Server or MySQL offer many many advantages over an embedded DB like SQLite. But the only one I can think of that applies to MP is concurrent access. </p><p></p><p>But you are wrong, the logic for this is not already in place, and whichever way you implement a multi-seat system, you are <strong>not</strong> reinventing the wheel, regardless of whether or not you use a client/server setup. How does one box know data was changed by another box? How do you prevent multiple boxes modifying similar data at the same time? How do you manage individual settings on a box by box basis? How do you handle video or music files stored on a central server? Do all the systems need to map their network drives the exact same way? Is it ok to place this requirement on the user? Will a server stream the content? These are the hard questions that have to be answered, regardless of how you implement a multi-seat system. Having all the boxes connect directly to a central database doesn't get rid of <em>any</em> of these problems. I am not saying a client/server setup would immediately solve these problems either, but I <em>am</em> saying that it would reduce the system requirements and complexity from the users point of view.</p><p></p><p>So what advantages does using a enterprise level database solution bring us? Concurrent access can be done other ways so that is out. Sure SQL Server or MySQL is going to outperform SQLite, but the database is not the performance bottleneck for MediaPortal...</p></blockquote><p></p>
[QUOTE="fforde, post: 295669, member: 52082"] Well I don't want to get into a debate about it, but I still have not heard a single argument for why moving to a more robust database server is a good idea for MP. Transactional databases like SQL Server or MySQL offer many many advantages over an embedded DB like SQLite. But the only one I can think of that applies to MP is concurrent access. But you are wrong, the logic for this is not already in place, and whichever way you implement a multi-seat system, you are [b]not[/b] reinventing the wheel, regardless of whether or not you use a client/server setup. How does one box know data was changed by another box? How do you prevent multiple boxes modifying similar data at the same time? How do you manage individual settings on a box by box basis? How do you handle video or music files stored on a central server? Do all the systems need to map their network drives the exact same way? Is it ok to place this requirement on the user? Will a server stream the content? These are the hard questions that have to be answered, regardless of how you implement a multi-seat system. Having all the boxes connect directly to a central database doesn't get rid of [i]any[/i] of these problems. I am not saying a client/server setup would immediately solve these problems either, but I [i]am[/i] saying that it would reduce the system requirements and complexity from the users point of view. So what advantages does using a enterprise level database solution bring us? Concurrent access can be done other ways so that is out. Sure SQL Server or MySQL is going to outperform SQLite, but the database is not the performance bottleneck for MediaPortal... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
Move to SQL server instead of db3 file?
Contact us
RSS
Top
Bottom