# File lib/big_record/model.rb, line 600
    def update_bigrecord
      timestamp = self.respond_to?(:updated_at) ? self.updated_at.to_bigrecord_timestamp : Time.now.to_bigrecord_timestamp
      connection.update(self.class.table_name, id, clone_in_persistence_format, timestamp)
    end