Database sharing for single tables
#1
I've tried having multiple instances of XBMC share an entire database on a remote system, this proved to be slow and impractical. Is it possible to share single tables? For example the resume tables would be pretty useful (e.g I could stop a movie downstairs and watch from the same point in a different room).

Have there been any thoughts towards multi-master databases? E.g two databases running locally both with writer roles? With only the most recent information stored. This would meet the criteria I've described above and would also rule out issues with speed when querying a remote system (as select queries would be local and would take priority over inserts).
Reply

Logout Mark Read Team Forum Stats Members Help
Database sharing for single tables0