Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据我了解,一个原子数据库被下载/复制到对等点上,所有查询都在对等点上完成。这如何安全?如果用户只被授权查看某些数据但实际上在他的机器上拥有所有数据,那么阻止他访问他不应该访问的数据的安全逻辑在哪里?
谢谢
对等点不是用户机器,它们是构成数据库的一组进程(与事务一起)。对等点通常是应用程序服务器。