Установка на CentOS

Скачиваем [rpm] пакетики сервер и клиент со страницы загрузки FoundationDB

Далее

[rpm] -Uhv foun*

Проверка установки

/etc/init.d/foundationdb status

1
 fdbmonitor (pid  6687) is running...

fdbcli

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 Using cluster file `/etc/foundationdb/fdb.cluster'.
 The database is available.
 Welcome to the fdbcli. For help, type `help'.

 fdb> status

 Configuration:
   Redundancy mode        - single
   Storage engine         - memory
   License                - See foundationdb.com/license
   Coordinators           - 1
 
 Cluster:
   FoundationDB processes - 1
   Machines               - 1
   Overall load           - 1%
   Memory availability    - 15.3 GB per process on machine with least available 
 
 Data:
   Replication health     - Healthy
   Moving data            - 0.000 GB
   Sum of key-value sizes - 0.000 GB (estimated)
   Operating space        - 1.0 GB free on most full server
 
 Workload:
   Read rate              -         4 Hz
   Write rate             -         1 Hz
   Transaction rate       -         3 Hz
   Conflict rate          -         0 Hz
 
 fdb>

Замена Storage engine с memory на ssd

fbdcli

configure ssd

1
 Configuration changed

Проверяем:

status

1
 Storage engine         - ssd