Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The possibility of creating a distributed table that can only be modified by Buddy #1803

Closed
donhardman opened this issue Feb 7, 2024 · 1 comment

Comments

@donhardman
Copy link
Contributor

We need the ability to create a distributed table that is protected yet still accessible to the user, because the user needs to interact with it: selecting, inserting, and deleting data, but we should prevent altering or dropping the table.

The suggestion is to include a special flag (option) when creating the table. This mechanism will enable the daemon to identify if the table can be modified exclusively through Buddy (Buddy sends its header, and we recognize the request is coming from Buddy) and cannot be altered directly.

@donhardman
Copy link
Contributor Author

Moved to the #1423 as it's duplicate, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant