You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/entries/linked-commons-autocomplete-feature/contents.lr
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The following blog intends to explain the very recent feature integrated to the
32
32
## Motivation
33
33
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.
34
34
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 -
36
36
- Some of the node names are very uncommon and lengthy. There is a high probability of misspelling it.
37
37
- 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.
38
38
@@ -73,8 +73,6 @@ Here are some aggregated result statistics.
73
73
| Max Requests/s |** 214 **|
74
74
| Failures/s |** 0 **|
75
75
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
-
78
76
79
77
## Next steps
80
78
In the next blog, we will be covering the long awaited data update and the new architecture.
0 commit comments