Публикации от S-admin

We have built ADB (Kotlin) on Excelsior JET

We have compiled ADB (AcapellaDB) to a native binary with Excelsior JET. Everything just works. Startup and first query time decreased by 10 times, but runtime performance has not changed. Excelsior JET is not a JIT, it is an AOT compiler. I previously wanted to obfuscate the code for the box version — this is it. […]

Начало работы с Acapella DB

Введение Что такое Acapella DB? Это NewSQL база данных. От новых NoSQL баз данных она взяла масштабируемость и отказоустойчивость, а от классических – мощный язык запросов и ACID транзакции. Acapella DB поддерживает распределённые транзакции, непривязанные к соединению: можно запустить транзакцию в одном месте, а продолжить из другого, указав её идентификатор. Уровень изоляции транзакций всегда SERIALIZABLE. […]

FAQ — frequently asked questions

How is the launch of new machines scaled? When we launch new tasks, how is the load distributed across the cluster? the search for nodes for execution? . Is there a task transfer? statistics are taken into account .. what? is it collected and used by you? to select the machine it is used, for […]