I have managed categories in admin section. Each category fetches json feed from url and some of them we updates in admin backend and save in database. Each category feeds have approx. 100 records , some feeds may have more than 500 records. I want to collect id of all of these feeds in one array. and want to compare ids array from database. because feeds are changing gradually so that i have some raw record in database
So in my array there is more than 10,000 ids. What is limit of array we can store in php array ?