We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How to supress rowcount before create/update

Before create a new model, Phalcon will SELECT COUNT(*) "rowcount" FROM table WHERE id= ?, how to supress exists check?

You cannot. That's how ORM - Active Record works.