Skip to content

The first fuzzy query after Fuseki started is particularly slow #1418

Answered by afs
chenkuncloud asked this question in Q&A
Discussion options

You must be logged in to vote

There are two effects here.

Caches of on-disk data start empty and fill up on demand when using TDB1 or TDB2. This is both in the operating system and and node table cache. The effect is less pronounced when data is stored on a local SSD. The more the access latency the slower the first usage will be.

The JDK will be compiling and optimizing bytecode on-the-fly (the JIT compiler).

To preload, send some queries to the server and startup.

Replies: 2 comments

Comment options

afs
Jul 7, 2022
Collaborator

You must be logged in to vote
0 replies
Answer selected by chenkuncloud
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants