mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-01 23:54:12 +08:00
mdbx: update README.md
This commit is contained in:
parent
02fc5fe158
commit
ae708aab13
23
README-RU.md
23
README-RU.md
@ -12,13 +12,24 @@ and [by Yandex](https://translate.yandex.ru/translate?url=https%3A%2F%2Fgithub.c
|
|||||||
|
|
||||||
### Project Status
|
### Project Status
|
||||||
|
|
||||||
**Now MDBX is under _active development_** and until 2018Q2 is expected a big
|
|
||||||
change both of API and database format. Unfortunately those update will lead to
|
|
||||||
loss of compatibility with previous versions.
|
|
||||||
|
|
||||||
The aim of this revolution in providing a clearer robust API and adding new
|
**Сейчас MDBX _активно перерабатывается_** и к середине 2018
|
||||||
features, including the database properties.
|
ожидается большое измените как API, так и формата базы данных.
|
||||||
|
К сожалению, обновление приведет к потере совместимости с
|
||||||
|
предыдущими версиями.
|
||||||
|
|
||||||
|
Цель этой революции в обеспечении более четкого надежного
|
||||||
|
API и добавлении новых функции, а также в наделении базы данных
|
||||||
|
новыми свойствами.
|
||||||
|
|
||||||
|
В настоящее время MDBX предназначена для Linux, а также
|
||||||
|
поддерживает Windows (начиная с Windows Server 2008) в качестве
|
||||||
|
дополнительно платформы. Поддержка других ОС может быть
|
||||||
|
обеспечена на коммерческой основе. Однако такие
|
||||||
|
усовершенствования (т. е. pull-requests) могут быть приняты в
|
||||||
|
мейнстрим только в том случае, если будет доступен
|
||||||
|
соответствующий публичный и бесплатный сервис непрерывной
|
||||||
|
интеграции (aka Countinious Integration).
|
||||||
|
|
||||||
## Содержание
|
## Содержание
|
||||||
|
|
||||||
@ -43,7 +54,7 @@ features, including the database properties.
|
|||||||
|
|
||||||
_libmdbx_ - это встраиваемый key-value движок хранения со специфическим
|
_libmdbx_ - это встраиваемый key-value движок хранения со специфическим
|
||||||
набором свойств и возможностей, ориентированный на создание уникальных
|
набором свойств и возможностей, ориентированный на создание уникальных
|
||||||
легковесных решений с предельной производительностью.
|
легковесных решений с предельной производительностью под Linux и Windows.
|
||||||
|
|
||||||
_libmdbx_ позволяет множеству процессов совместно читать и обновлять
|
_libmdbx_ позволяет множеству процессов совместно читать и обновлять
|
||||||
несколько key-value таблиц с соблюдением [ACID](https://ru.wikipedia.org/wiki/ACID),
|
несколько key-value таблиц с соблюдением [ACID](https://ru.wikipedia.org/wiki/ACID),
|
||||||
|
16
README.md
16
README.md
@ -9,9 +9,17 @@ libmdbx
|
|||||||
|
|
||||||
### Project Status
|
### Project Status
|
||||||
|
|
||||||
**MDBX is under _active development_**, database format and API aren't stable
|
**MDBX is under _active development_**, database format and
|
||||||
at least until 2018Q2. New version won't be backwards compatible.
|
API aren't stable at least until 2018Q3. New version won't be
|
||||||
Main focus of the rework is to provide clear and robust API and new features.
|
backwards compatible. Main focus of the rework is to provide
|
||||||
|
clear and robust API and new features.
|
||||||
|
|
||||||
|
Nowadays MDBX intended for Linux and support Windows (since
|
||||||
|
Windows Server 2008) as complementary platform. Support for
|
||||||
|
other OS could be implemented on commercial basis. However such
|
||||||
|
enhancements (i.e. pull requests) could be accepted in
|
||||||
|
mainstream only when corresponding public and free Countinious
|
||||||
|
Integration service will be available.
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
@ -34,7 +42,7 @@ Main focus of the rework is to provide clear and robust API and new features.
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
_libmdbx_ is an embedded lightweight key-value database engine oriented for performance.
|
_libmdbx_ is an embedded lightweight key-value database engine oriented for performance under Linux and Windows.
|
||||||
|
|
||||||
_libmdbx_ allows multiple processes to read and update several key-value tables concurrently,
|
_libmdbx_ allows multiple processes to read and update several key-value tables concurrently,
|
||||||
while being [ACID](https://en.wikipedia.org/wiki/ACID)-compliant, with minimal overhead and operation cost of Olog(N).
|
while being [ACID](https://en.wikipedia.org/wiki/ACID)-compliant, with minimal overhead and operation cost of Olog(N).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user