Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35464 144 d 0 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ Optimize /getActivatedModelByBrand and related activation queries

- Add date range filtering in WHERE clause to use activation_timestamp index
- Replace concat(year,month) with direct date comparisons for better performance
- Optimize getAuthFofoIds to avoid unnecessary DB call when user found in cache
- Use anyMatch() instead of filter().count() for short-circuit evaluation
 
35394 148 d 3 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Improved performance  
34901 264 d 10 h ranu /trunk/ abm implement  
34272 433 d 14 h tejus.lohani /trunk/ add new ticket category - recovery  
32224 1024 d 22 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/cs/ Added Oppo Scheduler to process activation information  
31831 1119 d 16 h amit.gupta /trunk/ Added Stocks category to the categoryids  
31662 1168 d 12 h amit.gupta /trunk/ Fixed Caching issue