உள்ளடக்கத்திற்குச் செல்லவும்
சொற்களஞ்சியம்

Tenant Isolation

Tenant isolation என்பது multi-tenant system இல் ஒவ்வொரு customer's data மற்றும் configuration மற்ற tenants க்கு inaccessible ஆக logically separated ஆக இருக்கும் guarantee. Storage, retrieval, access control ஆகிய ஒவ்வொரு layer இலும் இது enforce செய்யப்படுகிறது; ஒரு organization மற்றொன்றின் work ஐ பார்க்கவோ பாதிக்கவோ முடியாது.

இணைச்சொற்கள்: multi-tenant isolation, tenant scoping, data partitioning, tenancy boundary

Tenant isolation எந்த multi-tenant platform க்கும் security foundation. ஒவ்வொரு customer க்கும் தனி stacks இயக்குவதற்குப் பதிலாக system infrastructure பகிர்கிறது; ஆனால் strict boundary enforce செய்து ஒவ்வொரு tenant இன் data, embeddings, configuration, audit logs private ஆக வைத்திருக்கிறது. Boundary default ஆக ஒவ்வொரு layer இலும் அமலாகிறது: storage tenant identifiers உடையது, retrieval requesting tenant க்கு scope செய்யப்படுகிறது, access control cross-tenant reads ஐ deny செய்கிறது. சரியாக செய்தால், isolation platform ஐ shared resources மீது efficiently scale செய்ய அனுமதிக்கும்; எந்த organization எதிர்பார்க்கும் confidentiality யையும் compromise செய்யாது.

அடிக்கடி கேட்கப்படும் கேள்விகள்

retrieval போது tenant isolation எப்படி enforce செய்யப்படுகிறது?
ஒவ்வொரு query requesting tenant க்கு scope செய்யப்படுகிறது; stored content tenant identifier உடையதாக இருக்கும், எனவே vector மற்றும் keyword search அந்த tenant உடைய evidence மட்டுமே return செய்ய முடியும்.
isolation data பற்றியது மட்டுமா?
இல்லை. இது configuration, policy, embeddings, audit logs ஆகியவற்றையும் கவர்கிறது; shared infrastructure இல் இருந்தாலும் ஒரு tenant இன் work மற்றொன்றுக்கு leak ஆகாது.

தொடர்புடைய சொற்கள்