Akumuli icon indicating copy to clipboard operation
Akumuli copied to clipboard

Time-series database

Results 64 Akumuli issues
Sort by recently updated
recently updated
newest added

``` // https://github.com/macports/macports-ports/pull/8941/files // Beginning with v0.9.71, libmicrohttpd changed the return type // of most functions from int to enum MHD_Result // https://git.gnunet.org/gnunet.git/tree/src/include/gnunet_mhd_compat.h // proposes to define a constant for...

PR adds missing PPC archs to `CMakeLists.txt`. Embedded assembly has to be disabled for PPC, otherwise the build fails on: ``` /opt/local/var/macports/build/_opt_PPCRosettaPorts_databases_Akumuli/Akumuli/work/Akumuli-0.8.80/libakumuli/crc32c.cpp:323:5: error: unknown register name '%edx' in 'asm' 323...

This PR adds `#include ` to `eval.cpp` and `#include ` to `storage2.cpp` for MacOS build. See: https://github.com/akumuli/Akumuli/issues/382

Apparently C++17 should be used to build `Akumuli`. Look at these errors: ``` In file included from /opt/local/include/log4cxx/log4cxx.h:60, from /opt/local/include/log4cxx/logstring.h:28, from /opt/local/include/log4cxx/spi/appenderattachable.h:26, from /opt/local/include/log4cxx/helpers/appenderattachableimpl.h:27, from /opt/local/include/log4cxx/logger.h:30, from /opt/local/var/macports/build/_opt_PPCRosettaPorts_databases_Akumuli/Akumuli/work/Akumuli-0.8.80/unittests/../akumulid/logger.h:21, from /opt/local/var/macports/build/_opt_PPCRosettaPorts_databases_Akumuli/Akumuli/work/Akumuli-0.8.80/unittests/../akumulid/storage_api.h:26,...

Trying to build `Akumuli` 0.8.80 on 10.6.8 Rosetta (`gcc12`, `cmake-devel @20220728-3.24.0-rc5`), after setting `-DDISABLE_EMBEDDED_ASM` to bypass a failure on Intel-specific instructions, the build failed on the following: ``` /opt/local/var/macports/build/_opt_PPCRosettaPorts_databases_Akumuli/Akumuli/work/Akumuli-0.8.80/libakumuli/query_processing/eval.cpp:42:33: error:...

Hello! We plan to use your database in our projects on embedded device. The main requirement for the database is to save data after an emergency power off from the...

Hello, Is the project still being developed? Do not see any new posts from Lazin, so wondering if this is abandonware. Regardless of project status, hope he is well in...

akumuli database 96x4GB I'm trying to get data out with a join request with 6 terms. The database is working for a while, but gives 0 data out and just...

Hi, Akumuli terminates the process if a non-recoverable error occurs. This might be ok for embedded C/C++ usage (libakumuli) or daemon (akumulid) applications. But this usage is not suitable if...