edgelessdb
edgelessdb copied to clipboard
EdgelessDB is a MySQL-compatible database for confidential computing. It runs entirely inside a secure enclave and comes with advanced features for collaboration, recovery, and access control.
## Environment CPU ``` Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 57 bits virtual CPU(s): 104 On-line CPU(s) list: 0-103 Thread(s) per...
Hi, @thomasten, I am doing some researches about how the database writes data to the disk. So, I wonder if EdgelessDB is the same way with Mysql to write data...
Hi, I want to test the capacity of EdgelessDB (_e.g._, throughput). Given open-sourced [TPC-C](https://github.com/Percona-Lab/tpcc-mysql) is for innoDB and [sysbench](https://github.com/akopytov/sysbench) does not support certificate authentication, I have to build a testing...
Hi, the docs of edgelessdb stated that its storage engine is RocksDB, So, can we just use edgelessdb as a key-value DB ?That is, we use edgelessdb as a SGX-enabled...
Hi, @thomasten, I found that edgelssdb does not have performance_schema and when I try to use the performance_schema variable, the following error is reported during the database startup: ```mysql ******...
Hi, We run on Ubuntu 16. And our SGX can run on hardware mode. However, there is no sgx_enclave & sgx_provision (only sgxsdk, sgxpsw, etc.). May I know which directory...
When I run the command: **docker run -t --name my-edb -p3306:3306 -p8080:8080 --device /dev/sgx_enclave --device /dev/sgx_provision ghcr.io/edgelesssys/edgelessdb-sgx-1gb** The errors show below: root@zt-sgxtest105:/home/sscadmin# docker run -t --name my-edb -p3306:3306 -p8080:8080 --device...
Hey, I would like to compare edgelessDB to other solutions. Do you know any tool compatible for performance testing ? I'd like to compare at least memory usage. Thank you.
I would like to grant permission to the reader to execute one specific query (ideally with a parameter) and nothing else. From what I read in [MariaDB documentation](https://mariadb.com/kb/en/grant/#column-privileges), with GRANT...
Hi I had some experience building in-memory sgx DB demo with obliviousness guarantee in the past. I wonder what's the slowdown of EdgelessDB compare with mysql/postgresql on standard benchmark without...