I searched this forum and there were several posts about taking forever to run a specific regression, and I am facing this old problem for running a logistic regression.

My code:
Code:
quietly logistic UP sys_rtsenetload_ramp_absGW lba_rtseload_ramp_absGW temperature windspeed PL_status ibn.cpname_cat ibn.lbaname_cat ibn.mpname_cat ibn.MarketDate ibn.hour_of_week_cat
My dataset: ~45 million observation

The dependent variable UP is dichotomous or, 0/1. Hence I choose logistic regression as my baseline regression, before trying other methods. I also need to include several dummies to control for different fixed effects. The regression has been running for two weeks and I have no idea when it may complete.

I appreciate any suggestions or I simply should continue waiting until the regression completes.

Best,
CHT