Before create a new model, Phalcon will SELECT COUNT(*) "rowcount" FROM table WHERE id= ?, how to supress exists check?
SELECT COUNT(*) "rowcount" FROM table WHERE id= ?
You cannot. That's how ORM - Active Record works.