-
Notifications
You must be signed in to change notification settings - Fork 451
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
Abandoning collected torrent files #1150
Comments
@whirm, Why there is collected_torrent_files in the first place? Is it a performance optimisation? Do I understand correctly, that in
scheme, if we can download, then we also can resolve; so if we can't resolve, we also can't download, therefore the torrent is "dead" and not worth be kept in the database anymore? |
@vi Torrent collecting is mainly used by |
What is a search community? A search feature in Tribler? A community of Tribler users who like searching? |
The search community is our mechanism for "content discovery". This is the mechanism that makes websites redundant. We could start to gossip only magnet:// links and rely on BEP9 for torrentcollecting on-demand. But this would make things slower, we instead want to push things even further and move to a Youtube experience. |
Just to document my thoughts at this point. Would remove a lot of code. This is a big item on the roadmap and could dramatically improve Tribler performance. Every peer could locally store easily the metadata of 250000 swarms! However, when doing a search the penalty must be paid. Then you click on content and the .torrent must be fetched via BEP9. This enables a dramatic improvement to channels. Currently channels do not scale well in number of items. Channels with over 15000 torrent are probably slow to sync. Due to the performance of the Bloom filters it should start to slow down. However, no measurements exist if this is really true. Another point to consider is anonymous seeding. This might be especially sensitive to the .torrent fetching and precious few connectable peers. Possible to use the Rasterbar Libtorrent Merkle has feature to reduce .torrent size by removing all hashes. We still have 2x DHTs and 2x .torrent fetching implementations. Libtorrent needs an API extension to just do DHT lookup or .torrent fetch. |
Other issues also discuss Dispersy channel scalability plus #2039. Perhaps use the connection_tester of Libtorrent. @xoriole ToDo: Python stand alone experiment with Libttorrent and Twisted for magnet-text-file to replace Dispersy channels. Key point is having full-speed download of channels. Download metadata at full saturated Internet Link speed. Test if Merkle hashes usage is useful or not. |
This has grown into a duplicate of #3615 . |
My Tribler maintenance looks like this;
Which is just silly. |
Solved by #4090 |
It has been 4 hard years. Closing a Jan 2015 issue. Quite profound that this ticket has been closed after all these years. We ran out of money, but found funding eventually. A milestone we almost never made. After all the hard and tedious work of the Tribler team the refactored code is now in excellent health. No more decode.py, timeline.py, and unsustainable AllChannel growth. Now we will no longer need to make disruptive changes. No more framework changes, but instead stable Jenkins jobs. We have solid foundations and can focus mostly on the higher layers: trust, crowdsourcing, tokens, and our own micro-economy. Hopefully. |
Does all that micro-economy token thing mean that one will eventually need to store terabytes of blockchain and keep network on just to keep pace, like in Bitcoin? Or there are mechanisms to prevent unlimited blockchain growth and/or ability to use Tribler just as a smarter Torrent client/database, without that micro-ecomony (albeit at maybe reduced efficiency). |
@vi valid question. We use a blockchain that is fundamentally different from the blockchain as used by Bitcoin or Ethereum. Tribler selectively stores relevant records and avoid full network replication of all records ever created. You can find the details of our academic work in this paper. |
In this comment of other issue whirm supposed the complete removal of torrent collection.
I think there should be a separate issue on Github for discussing this change.
The text was updated successfully, but these errors were encountered: