Forum Replies Created
- AuthorPosts
- in reply to: Tabbles performance with large numbers of files #11043
I’m also having this problem.
I installed Tabbles a couple hours ago. I have 10-20 tags and around 5K files tagged. Using cloud.
Even after closing all Tabbles windows, tabbles.exe is eating 1.5GB RAM, same for its peak.
Resource Monitor reports no I/O from it. HD is pretty much not being used, only System is writing some data into Firefox profile files.
How much RAM should I expect ATM? Call me if I can help.
What do u mean with Application?
The problem I see here is that they really wanna make Tabbles a shared experience. They don’t want sharing to be one of the features, they want any resource to be sharable, and sharing be normal in user’ experience.
The easiest and probably best way to do it is how they did, get a RDBMS running data and have a Tabbles WinApp running on each PC connecting to it. But it has the drawback of latency and the requirement of being always connected with the RDBMS. And also the resource needed to run the RDBMS of course.
It was a solid decision, it was implemented, and it has came to stay.
The problem with caching is how to sync data back to server, and how to merge inconsistences among clients. I mean, the advantage of a DBMS is that data is processed in transactional/atomic behavior. If 2 users try to write on the same data on the same time, the later has to wait the first finish. Writing on different areas can be done in parallel.
There are apps that support local caching, like Evernote. But then, again, there’s the trouble of implementing multiple data accesses, of implementing their synching and the merging of data, and users also most do manual merging.
For 1 user in 1 PC, I understand these drawbacks will never happen and we remain with the performance issues. But, at least for now, this is te best solution available for powerful and easy sharing support.
in reply to: How does the Export XML relate to the database #11040Isn’t it meant to dump whole DB and load it elsewhere? IE, dump from cloud service and load in LAN MSSQL.
in reply to: track file move in window explorer #11039Indeed, we need better Windows Explorer Integration.
Move with Ctrl X is the most important.
- AuthorPosts