Where can I find the ‘ivf’ access method for creating an index on a vector column?
The GCP docs (https://cloud.google.com/sql/docs/postgres/understand-example-embedding-workflow#create-index) give an example for creating an index on a vector column:
How to use client side encryption for Cloud SQL Postgres in a way that only the end user have access to their data?
I have an App running at GCP App Engine wich stores data in a Cloud SQL PostgreSQL.
Since this App is aimed to be used by various diferent clients, I need a way to guaratee to them that they are the only ones that have access to their respective data, even when I am the one who manages the cloud services on GCP.
The only way I foud that this could be achived is by means of client side enchryption (please correct me if I am wrong).
How to use client side cryptography for Cloud SQL Postgres in a way that only the end user have access to their data?
I have an App running at GCP App Engine wich stores data in a Cloud SQL PostgreSQL.
Since this App is aimed to be used by various diferent clients, I need a way to guaratee to them that they are the only ones that have access to their respective data, even when I am the one who manages the cloud services on GCP.
The only way I foud that this could be achived is by means of client side enchryption (please correct me if I am wrong).
GCP Postgres Cloud SQL Admin API CLOUD_IAM_SERVICE_ACCOUNT server roles
Cloud SQL Admin API Method: users.insert
.