30
Squeezing Performance (and data) out of CPS Some Discussion and Feedback

Squeezing Performance (and data) out of CPS

  • Upload
    others

  • View
    3

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Squeezing Performance (and data) out of CPS

Squeezing Performance

(and data) out of CPSSome Discussion and Feedback

Page 2: Squeezing Performance (and data) out of CPS

Title Here

2015

CarlosLChacon

Page 3: Squeezing Performance (and data) out of CPS

Ways we can help

Database Tuning Review

Database Migration

Be sure you are buying the appropriate hardware

Backup Review

Disaster Recovery

[email protected]

Page 4: Squeezing Performance (and data) out of CPS

Agenda

Open Documents Image Reduction

Ignoring your Surroundings Archiving

Page 5: Squeezing Performance (and data) out of CPS
Page 6: Squeezing Performance (and data) out of CPS

Are you covered?

If you have ANY concerns about the status of your

backups, we will review this with you at no cost to help

ensure you are protected when disaster strikes.

http://centricitydatabasehelp.com/BackupCheck

It’s FREE

Page 7: Squeezing Performance (and data) out of CPS

We’ve talked about this before

Take a peek at the white paper and download the slides from

this session at

http://sqldatapartners.com/chug

Page 8: Squeezing Performance (and data) out of CPS

Is this supported?

Page 9: Squeezing Performance (and data) out of CPS
Page 10: Squeezing Performance (and data) out of CPS

Open Documents and Flags

Page 11: Squeezing Performance (and data) out of CPS

Open Documents

SELECT df.First AS First ,

df.Last AS Last ,

df.LoginUser AS Username ,

COUNT(dr.USRID) AS Documents

FROM DOCROUTE dr

INNER JOIN DoctorFacility df ON df.PVId = dr.USRID

GROUP BY df.Last ,

df.First ,

df.LoginUser

ORDER BY Documents DESC;

Page 12: Squeezing Performance (and data) out of CPS

USRID Documents1 15512 1243 854 825 726 527 518 339 3210 32

USRID Documents1 2982942 152253 79464 3285 2626 1737 1738 144

Page 13: Squeezing Performance (and data) out of CPS

Over 2000 documents closed

Page 14: Squeezing Performance (and data) out of CPS

Thoughts?

Why don’t providers like to sign their documents?

Getting providers to close documents?

Page 15: Squeezing Performance (and data) out of CPS

PatientProfileAttachment

0

10,000,000

20,000,000

30,000,000

40,000,000

50,000,000

60,000,000

70,000,000

80,000,000

90,000,000

dbo.PatientProfileAttachment

dbo.FMYCOVQUANTITYDETAIL

dbo.FMYCOPSUMDETAIL dbo.FMYCOVERAGEDETAIL dbo.ACTIVEMQ_MSGSdbo.FMYCOVSTEPMEDDETAI

Ldbo.cusMedfusionCommOut

goingAttachments

Size (MB) 81,775,712 40,840,376 38,412,632 33,055,136 30,374,880 23,554,552 22,278,032

# Records 170,068 80,505,297 152,857,466 78,261,167 241,875 63,061,050 140,498

Page 16: Squeezing Performance (and data) out of CPS

PatientProfileAttachment

Page 17: Squeezing Performance (and data) out of CPS

PatientProfileAttachment

Removing data will not reduce the size of the database; however, there will

be empty space in the database.

Page 18: Squeezing Performance (and data) out of CPS

Ignoring Your Surroundings

Page 19: Squeezing Performance (and data) out of CPS

Ignoring Your Surroundings

Page 20: Squeezing Performance (and data) out of CPS

Ignoring Your Surroundings

Page 21: Squeezing Performance (and data) out of CPS

Ignoring Your Surroundings

Page 22: Squeezing Performance (and data) out of CPS

Ignoring Your Surroundings

Columns have been rearranged in this picture

Page 23: Squeezing Performance (and data) out of CPS

Ignoring Your Surroundings

Page 24: Squeezing Performance (and data) out of CPS

Ignoring Your Surroundings

http://whoisactive.com/

Page 25: Squeezing Performance (and data) out of CPS

Archiving

Page 26: Squeezing Performance (and data) out of CPS

Options are were lacking

Page 27: Squeezing Performance (and data) out of CPS

What kind of data are in interested in archiving?

Page 28: Squeezing Performance (and data) out of CPS

Agenda

Open Documents Image Reduction

Ignoring your Surroundings Archiving

Page 29: Squeezing Performance (and data) out of CPS

Contact Us

[email protected]

804-389-2934

Page 30: Squeezing Performance (and data) out of CPS