Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
schaertl_andreas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
supervision
schaertl_andreas
Commits
620e40c0
Commit
620e40c0
authored
4 years ago
by
Andreas Schärtl
Browse files
Options
Downloads
Patches
Plain Diff
report: applications: write about pre-computed scores
parent
5dc935b3
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/report/applications.tex
+14
-0
14 additions, 0 deletions
doc/report/applications.tex
with
14 additions
and
0 deletions
doc/report/applications.tex
+
14
−
0
View file @
620e40c0
...
...
@@ -157,6 +157,20 @@ do anyways. Either way, this is not so much an issue for the
organizational storage engine and more one that a tetrapodal search
aggregator has to account for.
Another problem is that computing these scores can be quite time
intensive. Even if calculating a score for one given object is fast,
doing so for the whole data set might quickly turn into a problem. In
particular, if we wish to show the
$
n
$
~object with best scores, we do
need to compute scores for all relevant triplets for that score. In
\emph
{
ulo-storage
}
, all scores we experimented with were easy enough
and the data sets small enough that that this did not become a
concrete problem. But in a larger tetrapodal search system, caching or
lazily or ahead of time computed results will probably we a
necessity. Which component takes care of keeping this cache is not
clear right now, but we advocate for keeping caches of previously
computed scores separate from the core
\emph
{
ulo-storage
}
Endpoint
such that the Endpoint can be easily updated.
\subsubsection
{
Categorizing Algorithms and Algorithmic Problems
}
The second query~
$
\mathcal
{
Q
}_
2
$
we decided to focus on wants to
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment