Proceedings of the Fourteenth EuroSys Conference 2019 2019
DOI: 10.1145/3302424.3303982
|View full text |Cite
|
Sign up to set email alerts
|

Conclave

Abstract: Secure Multi-Party Computation (MPC) allows mutually distrusting parties to run joint computations without revealing private data. Current MPC algorithms scale poorly with data size, which makes MPC on "big data" prohibitively slow and inhibits its practical use. Many relational analytics queries can maintain MPC's endto-end security guarantee without using cryptographic MPC techniques for all operations. Conclave is a query compiler that accelerates such queries by transforming them into a combination of data… Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
15
0

Year Published

2019
2019
2023
2023

Publication Types

Select...
5
2
1

Relationship

1
7

Authors

Journals

citations
Cited by 79 publications
(15 citation statements)
references
References 46 publications
0
15
0
Order By: Relevance
“…Many cryptographic SMC protocols can be leveraged to design SMQ protocols [13,145]; however, they are still impractical because of either the huge communication cost or the extensive computational cost. In this survey, we focus on the hardware-assisted approaches, which improve efficiency significantly.…”
Section: A3 Secure Multiparty Queriesmentioning
confidence: 99%
“…Many cryptographic SMC protocols can be leveraged to design SMQ protocols [13,145]; however, they are still impractical because of either the huge communication cost or the extensive computational cost. In this survey, we focus on the hardware-assisted approaches, which improve efficiency significantly.…”
Section: A3 Secure Multiparty Queriesmentioning
confidence: 99%
“…However, the performance shown in the experiment is several orders of magnitude slower than that of the plain text query; hence, it is still far from practical application. The Conclave system released in 2019 can implement secure queries between two or three data owners on the basis of OblivC and Sharemind and extend the underlying database of the data federation to big data processing engines such as Spark [2] . The system optimizes the query plan through push-down plain text calculation, thereby reducing the number of secure multiparty computation operations.…”
Section: Data Federated Join Querymentioning
confidence: 99%
“…Through the budget values, the corresponding Orders 2-4 can be found. Therefore, for the commodity tuple (1,11), the order tuples that can be joined are (2,17), (3,23), and (4, 29). The above tuples are sent to the central server for concatenation, and the first three rows of the join result shown on the right side of Figure 3 can be obtained.…”
mentioning
confidence: 99%
“…It general, it can be said that the performance of all secure multiparty computing methods is determined by the number of messages exchanged between the parties involved, the required number of rounds of communication between the parties and the computational overhead per round. It should be noted, however, that the exact increase in computational complexity depends on the particular type of method used [45]and the operation performed [46].…”
Section: Axis 23: Scalabilitymentioning
confidence: 99%