lorisleiva / solana-twitter

Simple tweets as Solana accounts
202 stars 58 forks source link

Bad performance when number of tweet account increasing by time #18

Open docongminh opened 1 year ago

docongminh commented 1 year ago

When many users create tweets. tweetAccounts will be increasing over time. it's leads to bad performance when you fetch all tweet accounts (for example scrolling tweets)

https://github.com/lorisleiva/solana-twitter/blob/11e40b7380dd207c11812e3336a4eb41d9aeac27/tests/solana-twitter.ts#L123-L126