You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Hi, I want to know how I can get a better understanding of EdgelessDB implementation details and especially know the answers to the following questions:
what kind of encryption tools is used for data encryption?
are all operations executed straightforwardly in enclaves? From what I understood, the enclave has limited memory and it could be very slow.
is there any special algorithm designed for certain operators, e.g. select, join, etc. for better execution performance?
I tried to read between lines to get the answer but the status quo is the files I looked up are mostly config or compile files, or header file. My knowledge storage cannot even help me locate the correct related files.
The text was updated successfully, but these errors were encountered:
Hi, I want to know how I can get a better understanding of EdgelessDB implementation details and especially know the answers to the following questions:
I tried to read between lines to get the answer but the status quo is the files I looked up are mostly config or compile files, or header file. My knowledge storage cannot even help me locate the correct related files.
The text was updated successfully, but these errors were encountered: