Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
224716ad
Commit
224716ad
authored
10 years ago
by
ocelot-inc
Browse files
Options
Downloads
Patches
Plain Diff
Added a note about sophia
parent
663694ce
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/user/databases.xml
+11
-0
11 additions, 0 deletions
doc/user/databases.xml
with
11 additions
and
0 deletions
doc/user/databases.xml
+
11
−
0
View file @
224716ad
...
...
@@ -244,6 +244,17 @@ tarantool> <userinput>s = box.schema.create_space('space55', {id = 555, temporar
...
</programlisting>
</para>
<para>
<bridgehead
renderas=
"sect4"
>
The Sophia alternative storage engine
</bridgehead>
There are actually two storage engines for Tarantool: memtx (the in-memory storage engine)
and Sophia (the on-disk storage engine). To specify that the engine should be Sophia,
add a clause:
<code>
engine = 'sophia'
</code>
. The manual concentrates on memtxt because it is
the default and has been around longer. But Sophia is a working key-value engine and will especially
appeal to users who like to see data go directly to disk, so that recovery time might be
shorter and database size might be larger. On the other hand, with Sophia the maximum
number of indexes is 1, and the maximum number of fields per index is 1.
For architectural explanations and benchmarks, see sphia.org.
</para>
</listitem>
</varlistentry>
...
...
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