# Many columns in one table or many tables with a few columns?

**URL:** https://community.glideapps.com/t/many-columns-in-one-table-or-many-tables-with-a-few-columns/52755
**Category:** Ask for Help
**Created:** [October 28, 2022, 12:51am UTC](https://community.glideapps.com/t/many-columns-in-one-table-or-many-tables-with-a-few-columns/52755 "2022-10-28T00:51:41Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![gvalero](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gvalero/32/1037_2.png) [@gvalero](https://community.glideapps.com/u/gvalero)
#### Post date: [October 29, 2022, 1:57pm UTC](https://community.glideapps.com/t/many-columns-in-one-table-or-many-tables-with-a-few-columns/52755/8 "2022-10-29T13:57:45Z")

</div>

> [@nathanaelb](#):
>
> I recall David saying in the forum that Glide Tables will handle as many columns as you want. From a performance perspective, I don’t think 300 columns would affect performance negatively. So perhaps you don’t need to split up you tables.

Good point, I don’t know the Glide’s internal architecture (backend) but most cases in other software, the more columns a table has, the slower its performance. Take a look at my [example](https://community.glideapps.com/t/a-google-sheet-working-as-a-rest-api-good-or-bad-idea) using a Google Sheet as API to understand what I try to explain.

In my tests, I had 45k rows with 8 columns and its performance to reply an API request was 4-6 secs (a good number for me!). Later, when I tested using 35 columns with the same 45k rows, the replies lasted 9-12 secs (I didn’t like the number anymore 🙄)

I don’t want to imagine, how long a reply would last if the table (GS) had 100 columns or 300!!

Saludos!

---

_[View the full topic](https://community.glideapps.com/t/many-columns-in-one-table-or-many-tables-with-a-few-columns/52755)._
