# 구글 클라우드에서 AlloyDB를 테스트해 보신 분 계신가요?

**URL:** https://meta.discourse.org/t/did-anybody-tested-alloydb-on-google-cloud/385879
**Category:** Self-hosting
**Tags:** unsupported-install
**Created:** [10월 16, 2025, 4:35오후 UTC](https://meta.discourse.org/t/did-anybody-tested-alloydb-on-google-cloud/385879 "2025-10-16T16:35:25Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![jimmy0017](https://avatars.discourse-cdn.com/v4/letter/j/76d3ee/32.png) [@jimmy0017](https://meta.discourse.org/u/jimmy0017)
#### Post date: [10월 16, 2025, 9:19오후 UTC](https://meta.discourse.org/t/did-anybody-tested-alloydb-on-google-cloud/385879/7 "2025-10-16T21:19:57Z")

</div>

관리자 대시보드에서 일일 참여 사용자는 약 2,500명입니다.

count 쿼리를 실행해 보니 28,000명이 나왔습니다.

> [@모든 활성 사용자(Lurkers + Posters)를 위한 데이터 탐색기 쿼리](https://meta.discourse.org/t/data-explorer-query-for-all-active-users-lurkers-posters/188343/2?u=jimmy0017):
>
> This should give you every user that have either read whilst logged in or posted over the last year. The [data explorer](https://meta.discourse.org/t/32566?silent=true) will also print out how many they are. SELECT p.user\_id FROM posts p LEFT JOIN topics t ON t.id = p.topic\_id WHERE p.created\_at::date \> CURRENT\_TIMESTAMP - INTERVAL '365 days' AND t.deleted\_at IS NULL AND t.visible = TRUE AND t.closed = FALSE AND t.archived = FALSE AND t.archetype = 'regular' AND p.deleted\_at IS NULL UNION SELECT u.user\_id FROM user\_visits u WHERE u.posts…

---

_[View the full topic](https://meta.discourse.org/t/did-anybody-tested-alloydb-on-google-cloud/385879)._
