Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged 请问10万条数据

0 votes
3.8k views
1 answer
    目前我使用了前端分页,10万条数据 每页20条 分5000页,这样展现倒是可以了,但是搜索的话,要遍历10万条数据 还是很慢很慢 item.rawData.filter((obj) => { obj.label.indexOf(val) > ... ) }) 这是我使用transfer的搜索方法,去filter10万条数据,不通过后端 前端可以解决这个问题吗...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...