Created
January 31, 2014 06:16
-
-
Save germs12/8727397 to your computer and use it in GitHub Desktop.
sidekiq results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0 errors | |
| 25 pool | |
| Loading production environment (Rails 4.0.0) | |
| 2.0.0p247 :001 > DenormalizedUserTrackOrganizationCampaignActions.count | |
| (203.6ms) SELECT COUNT(*) FROM "denormalized_user_track_organization_campaign_actions" | |
| => 1141062 | |
| 2.0.0p247 :002 > UserTrackOrganizationCampaignAction.count | |
| (173.8ms) SELECT COUNT(*) FROM "user_track_organization_campaign_actions" | |
| => 1152588 |
Author
Author
1152588-1141062 = 11,526
Author
kpdev@dev1:/kpapp/kpi/current$ RAILS_ENV=production bundle exec rails c
Loading production environment (Rails 4.0.0)
2.0.0p247 :001 > DenormalizedUserTrackOrganizationCampaignActions.count
(203.5ms) SELECT COUNT() FROM "denormalized_user_track_organization_campaign_actions"
=> 1152588
2.0.0p247 :002 > UserTrackOrganizationCampaignAction.count
(174.3ms) SELECT COUNT() FROM "user_track_organization_campaign_actions"
=> 1152588
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
~11,500 enqued