# Query soft limit for Debugbar is reached after 100 queries, additional 28 queries onlyshow the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
select*from `db_families` where `FamilyDescription` ='Pasta de Açúcar' limit 1
selectmin(`SalePrice_1`) as aggregate from `db_articles` where `FamilyId` ='95329413AEC9004A54A60A1F79E2A8E1'and `SubFamilyId` ='07880A2FD355549A369D99C55CE4CB4E'and `AvailableOnline` =1
selectmax(`SalePrice_1`) as aggregate from `db_articles` where `FamilyId` ='95329413AEC9004A54A60A1F79E2A8E1'and `SubFamilyId` ='07880A2FD355549A369D99C55CE4CB4E'and `AvailableOnline` =1