# max. DB side percona 8.0.19 can support

**URL:** https://forums.percona.com/t/max-db-side-percona-8-0-19-can-support/7974
**Category:** Percona XtraDB Cluster 8.x
**Tags:** community, mysql, percona
**Created:** [August 28, 2020, 3:41am UTC](https://forums.percona.com/t/max-db-side-percona-8-0-19-can-support/7974 "2020-08-28T03:41:30Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![DBA100](https://avatars.discourse-cdn.com/v4/letter/d/b3f665/32.png) [@DBA100](https://forums.percona.com/u/DBA100)
#### Post date: [August 28, 2020, 3:41am UTC](https://forums.percona.com/t/max-db-side-percona-8-0-19-can-support/7974/1 "2020-08-28T03:41:30Z")

</div>

hi,  
any idea on what is the max. size of DB percona PXC 8.0.19 can handle ?

---

<div class="post-metadata">

### Author: ![matthewb](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.percona.com/matthewb/32/34_2.png) [@matthewb](https://forums.percona.com/u/matthewb)
#### Post date: [August 31, 2020, 1:32pm UTC](https://forums.percona.com/t/max-db-side-percona-8-0-19-can-support/7974/2 "2020-08-31T13:32:31Z")

</div>

No limit. You are only limited by your filesystem and network speeds.

---

<div class="post-metadata">

### Author: ![DBA100](https://avatars.discourse-cdn.com/v4/letter/d/b3f665/32.png) [@DBA100](https://forums.percona.com/u/DBA100)
#### Post date: [September 1, 2020, 4:27am UTC](https://forums.percona.com/t/max-db-side-percona-8-0-19-can-support/7974/3 "2020-09-01T04:27:41Z")

</div>

Not even a limit over terabytes ?

e.g. MS SQL server:

[Maximum capacity specifications for SQL Server - SQL Server](https://docs.microsoft.com/en-us/sql/sql-server/maximum-capacity-specifications-for-sql-server?view=sql-server-ver15)

Database size: 524,272 terabytes

---

<div class="post-metadata">

### Author: ![matthewb](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.percona.com/matthewb/32/34_2.png) [@matthewb](https://forums.percona.com/u/matthewb)
#### Post date: [September 1, 2020, 11:00am UTC](https://forums.percona.com/t/max-db-side-percona-8-0-19-can-support/7974/4 "2020-09-01T11:00:22Z")

</div>

MySQL has no limit on the number of databases. The underlying file system may have a limit on the number of directories.

MySQL has no limit on the number of tables. The underlying file system may have a limit on the number of files that represent tables. Individual storage engines may impose engine-specific constraints. InnoDB permits up to 4 billion tables.

The effective maximum table size for MySQL databases is usually determined by operating system constraints on file sizes, not by MySQL internal limits.

[https://dev.mysql.com/doc/mysql-reslimits-excerpt/8.0/en/table-size-limit.html](https://dev.mysql.com/doc/mysql-reslimits-excerpt/8.0/en/table-size-limit.html)
