Skip to content

Commit 797061a

Browse files
committed
Update autocomplete feature blog
1 parent 63463ea commit 797061a

File tree

1 file changed

+1
-3
lines changed
  • content/blog/entries/linked-commons-autocomplete-feature

1 file changed

+1
-3
lines changed

content/blog/entries/linked-commons-autocomplete-feature/contents.lr

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following blog intends to explain the very recent feature integrated to the
3232
## Motivation
3333
One of the newest features integrated last month into Linked Commons is Filtering by node name. Here a user can search for his/her favourite node and explore all its neighbours. Since the list is very big, it was self-evident for us to have a text box (and not a drop-down) where the user is supposed to type the node name.
3434

35-
Some of the reasons why to have a text box or filtering by node option.
35+
Some of the reasons why to have "autocomplete feature" in the filtering by node name -
3636
- Some of the node names are very uncommon and lengthy. There is a high probability of misspelling it.
3737
- Submitting the form and getting a response of “Node doesn’t exist” isn’t a very good user flow, and we want to minimise such incidents.
3838

@@ -73,8 +73,6 @@ Here are some aggregated result statistics.
7373
| Max Requests/s |** 214 **|
7474
| Failures/s |** 0 **|
7575

76-
Since SQLlite has a serverless design, disk io usually has a significant impact on the performance. The above results were executed on a server with HDD storage. Linked Commons server is equipped with faster disk io. It will certainly improve the performance but will be countered by the network latency and other factors like the number of nodes in the dB. So the above results to some degree resemble the actual performance.
77-
7876

7977
## Next steps
8078
In the next blog, we will be covering the long awaited data update and the new architecture.

0 commit comments

Comments
 (0)