Integration of Intel SGX and MYsql server

173 Views Asked by At

I am quite new in using Intel SGX, I have a application which uses MySql Server. How can I integrate Intel SGX with Mysql server and how the architecture could be?

2

There are 2 best solutions below

0
X99 On BEST ANSWER

If your use case requires performance, I strongly advise you against trying to shove an entire SQL service into an enclave. Some projects like Gramine make that easy, but in many cases the cost makes it not worth it.

4
Dylan On

Is it limited to Intel SGX?

To integrate SGX with some libraries, some projects like Gramine and OpenEnclave would be good choices.

An example to run libsqlite.a library in OpenEnclave: sqlite and the used package tool apkman.