Hi,
We found some redis commands are very slow(1~53s), and fails in test environment. We use amazon elasticache(redis) for our test environment.
slow command examples are below.
HMGET t:3a0c1d64-4d96-0ab6-9c31-0a332a2b8a8e,c:Volo.Abp.LanguageManagement.Texts,k:PortX:PortX_ja HMGET t:3a0c1d64-4d96-0ab6-9c31-0a332a2b8a8e,c:Volo.Abp.LanguageManagement.Texts,k:PortX:AbpValidation_en HMGET c:Volo.Saas.Tenants.Tenant,k:PortX:i:3a0c1d64-4d96-0ab6-9c31-0a332a2b8a8e,n:null EXPIRE t:3a0c1d64-4d96-0ab6-9c31-0a332a2b8a8e,c:Volo.Abp.LanguageManagement.Texts,k:PortX:AbpValidation_en EXPIRE t:3a0c1d64-4d96-0ab6-9c31-0a332a2b8a8e,c:Volo.Abp.LanguageManagement.Texts,k:PortX:AbpValidation_ja EXPIRE c:Volo.Saas.Tenants.Tenant,k:PortX:i:3a0c1d64-4d96-0ab6-9c31-0a332a2b8a8e,n:null HMGET t:3a0c1d64-4d96-0ab6-9c31-0a332a2b8a8e,c:Volo.Abp.PermissionManagement.PermissionGrant,k:PortX:pn:R,pk:admin,n:PortX.RegularProjectRequestHistories.Create
We had a lot of time to investigate the reason with Datadog APM and redis insight, but we've not found the exact reason.
[investigation result]
t:*:Volo.Abp.LanguageManagement.Texts,k:PortX:PortX_ja is almost empty: { "dictionary": {} }With these slow commands, we couldn't meet our customers needs.
We doubt
ABP Framework version: Commercial 7.2 UI type: Angular DB provider: EF Core
Is there any document about authorization or session management in abp commercial? If abp commercial application extends authorization function from asp.net core, I want to know the document about it.
my goal
background
Thanks for your support.
ABP Framework version: Commercial 7.2
UI type: Angular
DB provider: EF Core
I plan to embed bi tools like power bi and QuickSight inside ABP Commercial. Does ABP Commercial have a BI library/tool that works well with ABP Commercial? Or do you have a recommended BI library/tool?
ABP Framework version: Commercial 7.2
UI type: Angular
DB provider: EF Core
I want to clone tenant
How would you go about developing such functionality?
Also, if it is difficult to duplicate the tenant, I would like to create a function to export the data of the copy source and import the data to the tenant of the copy destination. Is this possible?
ABP Framework version: Commercial 7.2
UI type: Angular
DB provider: EF Core
I am developing a web application with (UI type**: Angular) in ABP. There is a requirement to call server-side APIs to obtain and display necessary information (for example, the unit name of an organization, etc.) on a specific web page without login. Is there any best practice for achieving this requirement while maintaining security?
Hi, I saw that the following issue of TimeZone Setting feature had been merged to 7.4-preview version of abp opensource side . Could you tell when this TimeZone Setting feature be able to use in ABP commercial?
https://github.com/abpframework/abp/issues/16628
In ABP users and subunits do not seem to inherit roles from higher units (e.g. parent's parent's unit) other than the role of their directly parent unit. What should I do if I want users and subunits /be able to inherit the roles of a superior unit other than their directly parent unit?
If you're creating a bug/problem report, please include followings:
I would like to make the following two like coupa.
I have the following issues. ・There is no problem with 1. It is possible with the function of ABP Commercial. ・I don't know how to implement 2. This is because you need to see data from multiple companies.
A specific example of 2 is below. ・Supplier C receives orders from companyA.PortX.cloud and companyB.PortX.cloud ・C logs in to Supplier Portal and sees orders from A and B.
How can Supplier Portal be implemented for such a use case?
ABP Commercial 7.1
We are troubled with DB selection and provider selection. My experience is MySQL + AWS.
I have a few questions there. ・When using ABP Commercial, what are the advantages and disadvantages of SQL server / MySQL / PostgreSQL?
・In terms of ABP Commercial support, are you the best at supporting SQL server out of the three: SQL server / MySQL / PostgreSQL?
・Are most users of ABP Commercial choosing SQL server + Azure?
Let's assume that Tenant 1 is treated as a parent tenant, and Tenant 2 and Tenant 3 are child tenants. There is a specification to create roles to be used for Tenant 2 and Tenant 3 on Tenant 1. Is that possible with ABP?