문자열, double, blob과 같은 각 속성 유형에서 사용되는 공간을 표시하는 원형 차트
항목 종류별 사용 공간을 보여주는 원형 차트
각 속성 유형에서 사용하는 총 공간을 나타내는 표. '메타데이터' 속성 유형은 속성에서 직접 사용하지 않는 항목에 속성을 저장하여 사용된 공간을 나타냅니다. 'Datastore 통계' 항목은 데이터베이스에서 통계 데이터가 사용하는 공간을 나타냅니다.
총 크기, 평균 크기, 항목 수, 모든 항목 크기, 내장 및 복합 색인을 보여주는 표
기본적으로 원형 차트에는 모든 항목 통계가 표시됩니다. 드롭다운 메뉴에서 선택하여 원형 차트를 특정 항목 종류로 제한할 수 있습니다.
통계의 저장용량 제한
통계 데이터는 애플리케이션의 Datastore 인스턴스에 저장됩니다. 통계 데이터가 사용하는 공간은 애플리케이션에서 사용하는 다양한 항목 종류 및 속성 유형의 개수에 비례해 증가합니다. 네임스페이스를 사용하는 경우에는 각 네임스페이스에 해당 네임스페이스의 완전한 통계 사본이 포함되어 있습니다. 통계를 저장하고 업데이트하기 위한 오버헤드를 합리적인 수준으로 유지하기 위해 데이터베이스에서 통계 항목을 점진적으로 삭제합니다.
Datastore가 점진적으로 통계 항목을 삭제하는 방법과 통계 데이터에 대한 자세한 내용은 Datastore 모드 통계를 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-22(UTC)"],[[["\u003cp\u003eThe Datastore Dashboard provides statistics on your application's data, accessible via the Google Cloud console's Databases page and then selecting Datastore Studio.\u003c/p\u003e\n"],["\u003cp\u003eStatistics are displayed through pie charts and tables, showing data usage by property type, entity kind, and overall space consumed by entities and indexes.\u003c/p\u003e\n"],["\u003cp\u003eThe statistics displayed include total space used, average size, entry count, and a breakdown of space usage by various property types, including metadata and datastore statistics themselves.\u003c/p\u003e\n"],["\u003cp\u003eWhile the charts show data for all entities by default, users can filter them to display data for a specific entity kind using a drop-down menu.\u003c/p\u003e\n"],["\u003cp\u003eStorage of statistics data depends on the number of different entity kinds, property types, and namespaces, and the database will progressively drop statistics entities to maintain reasonable storage overhead.\u003c/p\u003e\n"]]],[],null,["# Viewing Statistics in the Console\n\nThis page describes details of the statistics shown in the Datastore\nDashboard.\n\nViewing the statistics\n----------------------\n\nView statistics for your application's data in the Datastore\nDashboard.\n\n1. In the Google Cloud console, go to the **Databases** page.\n\n [Go to Databases](https://console.cloud.google.com/datastore/databases)\n2. Select the required database from the list of databases.\n\n3. In the navigation menu, click **Datastore Studio**.\n\n| **Note:** While Datastore removes individual entities almost immediately, a namespace container may remain visible for several days to a week after the final entity within it is removed.\n\nTypes of statistics\n-------------------\n\nThe Dashboard page displays data in various ways:\n\n- A pie chart that shows space used by each property\n type, such as string, double, or blob.\n\n- A pie chart showing space used by entity kind.\n\n- A table with the total space used by each property type. The \"Metadata\"\n property type represents space consumed by storing\n properties inside an entry that is not used by the properties directly. The\n \"Datastore Stats\" entity, if any, shows the space consumed by the statistics\n data itself in your database.\n\n- A table showing total size, average size, entry count, and the size of all\n entities, and the built-in and composite indexes.\n\n| **Note:** Operations generated by Datastore Statistics count against your [quota](/datastore/docs/pricing).\n\nBy default, the pie charts display statistics for all entities. You can restrict\nthe pie charts to a particular entity kind by choosing from the drop-down menu.\n\nStorage limitations for statistics\n----------------------------------\n\nThe statistics data is stored in your application's Datastore\ninstance. The space consumed by the statistics data increases in proportion to\nthe number of different entity kinds and property types used by your\napplication. If you use namespaces, each namespace contains a complete copy of\nthe stats for that namespace. To keep the overhead of storing and updating the\nstatistics reasonable, the database progressively drops statistics\nentities.\n\nFor details on statistics data and how Datastore progressively\ndrops statistics entities, see [Datastore mode Statistics](/datastore/docs/concepts/stats)."]]