-
Notifications
You must be signed in to change notification settings - Fork 0
Home
francescoditria edited this page Mar 14, 2021
·
2 revisions
permic is a Perturbation-based Method for Inference Control in Statistical Databases.
The method is an adaptive and on-line sampling which also returns fast responses to aggregate queries. The supported DBMS is MySQL.
java -jar permic.jar username.password@host:port/database
where
- username is the database user
- password is the database user's password
- host is the address of the database (for example, localhost)
- port is the database port (standard MySQL port is 3306)
- database is the database name
When the following prompt appears
ready>
insert an aggregate query. Type bye to quit.
Allowed queries are like
SELECT sum(...) FROM... WHERE...