# Glide table performance

**URL:** https://community.glideapps.com/t/glide-table-performance/72524
**Category:** Ask for Help
**Created:** [April 12, 2024, 3:40pm UTC](https://community.glideapps.com/t/glide-table-performance/72524 "2024-04-12T15:40:05Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Success\_Ezeh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/success_ezeh/32/64146_2.png) [@Success\_Ezeh](https://community.glideapps.com/u/Success_Ezeh)
#### Post date: [April 12, 2024, 3:40pm UTC](https://community.glideapps.com/t/glide-table-performance/72524/1 "2024-04-12T15:40:05Z")

</div>

Please, what is the maximum number of rows and columns available in the Glide table? And how can I build an app, such that the data is stored locally by the users of the app?

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [April 12, 2024, 4:17pm UTC](https://community.glideapps.com/t/glide-table-performance/72524/2 "2024-04-12T16:17:06Z")

</div>

> [@Success\_Ezeh](#):
>
> what is the maximum number of rows and columns available in the Glide table?

The number of rows depends on the plan you are building:

- 25k for spreadsheet data sources: Glide Tables, Google Sheets, Excel, Airtable
- Millions for high-scale data sources: Glide Big Tables, SQL

 ![Screenshot 2024-04-12 at 18.00.56](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/f/7ffea003de7479643b7583dc22da0fda083c841e.png)

I’ve heard of some creators have Glide tables with 300+ columns. There probably is a limit, or a least a number of columns where performance goes down, but that limit is probably quite high.

> [@Success\_Ezeh](#):
>
> how can I build an app, such that the data is stored locally by the users of the app?

As far as I understand how Glide works, data cannot be stored locally by the users. Instead, data is stored on Glide’s servers and syncs with the end device of users and external data sources. Something like this:

- Basic columns: end user’s device ↔︎ Glide’s servers (incl. Glide Tables & Glide Big Tables) ↔︎ external sources (Google Sheets, Airtable, etc.)
- Computed columns: the data is not stored but computed on the end user’s device

---

<div class="post-metadata">

### Author: ![Success\_Ezeh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/success_ezeh/32/64146_2.png) [@Success\_Ezeh](https://community.glideapps.com/u/Success_Ezeh)
#### Post date: [April 12, 2024, 5:00pm UTC](https://community.glideapps.com/t/glide-table-performance/72524/4 "2024-04-12T17:00:10Z")

</div>

Thank you for your response.

I will keep in touch for further assistance
