aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-10 18:16:48 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-10 18:16:48 +0000
commite72dd2fadd15f1a2abe8ae013d08672f58400e22 (patch)
treef567d4c75132750e6112484b88afc5cebeaeaa88
parent99d82d762e9775c828e08bdc08897bfe47354ee0 (diff)
downloadnewsaggregator-e72dd2fadd15f1a2abe8ae013d08672f58400e22.tar.gz
newsaggregator-e72dd2fadd15f1a2abe8ae013d08672f58400e22.tar.bz2
newsaggregator-e72dd2fadd15f1a2abe8ae013d08672f58400e22.zip
Added problem description
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9d4d533..fc022cf 100644
--- a/README.md
+++ b/README.md
@@ -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