diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-10 18:16:48 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-10 18:16:48 +0000 |
commit | e72dd2fadd15f1a2abe8ae013d08672f58400e22 (patch) | |
tree | f567d4c75132750e6112484b88afc5cebeaeaa88 /README.md | |
parent | 99d82d762e9775c828e08bdc08897bfe47354ee0 (diff) | |
download | newsaggregator-e72dd2fadd15f1a2abe8ae013d08672f58400e22.tar.gz newsaggregator-e72dd2fadd15f1a2abe8ae013d08672f58400e22.tar.bz2 newsaggregator-e72dd2fadd15f1a2abe8ae013d08672f58400e22.zip |
Added problem description
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,4 +24,4 @@ __NOTE__: Articles that have the same title in differing sources, the first to b ## Technical debt - components that I need to spend longer thinking about/refactoring * Articles having the same title will have a collision due to database design (Title is a unique field), thus only the first inserted article will stay, the other deleted. -* Program is a bit slow +* Program is a bit slow when inserting due to constant try{}check{}'ing. Will become a proper big problem in certain scenarios where you might have a large amount of articles before each update |