You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Prabhakar Balakrishna <pr...@gmail.com> on 2014/06/25 06:56:33 UTC

Indexing issue

The are some indexing issues in the code.Few of the table fields got
indexed(like not null and unique),but no data is served also there is
no check in service definition while persisting data to those
entities.

This is not a problem with MySql,Derby,MongoDB..the databases I cheked.

But I found it is an issue with MSSQL and Windows Azure SQL.

-- 


A Question for God every morning.
What is the main event today? What do you want me to focus on today?
God Speed...
Thanks & Regards
Prabhakar Balakrishna
+91-88977-49482

Re: Indexing issue

Posted by Adam Heath <do...@brainfood.com>.
There is no actual reported issue in your email.  Just a bunch of 
hand-waiving of possible problems.

Hint: you did or tried something concrete and exact, and didn't get what 
you expected.  Show *exactly* what you tried to do, and what result you 
think you should get.

Restating your email, this is how it comes off:

"I found some problems in the code, when I tried to run it for an 
Amazon-like warehousing business.  But there were no problems when I 
used code for an Ebay-like business.  It'd be nice to get those fixed."

Your email contained no actionable items.

Ideally, you would file issues in jira.

On 06/25/2014 12:20 AM, Prabhakar Balakrishna wrote:
> Hi Adam,
> What you are not understanding in my mail.
>
> On 25/06/2014, Adam Heath <do...@brainfood.com> wrote:
>> What problem are you reporting?
>>
>> On 06/24/2014 11:56 PM, Prabhakar Balakrishna wrote:
>>> The are some indexing issues in the code.Few of the table fields got
>>> indexed(like not null and unique),but no data is served also there is
>>> no check in service definition while persisting data to those
>>> entities.
>>>
>>> This is not a problem with MySql,Derby,MongoDB..the databases I cheked.
>>>
>>> But I found it is an issue with MSSQL and Windows Azure SQL.
>>>
>>
>


Re: Indexing issue

Posted by Prabhakar Balakrishna <pr...@gmail.com>.
Hi Adam,
What you are not understanding in my mail.

On 25/06/2014, Adam Heath <do...@brainfood.com> wrote:
> What problem are you reporting?
>
> On 06/24/2014 11:56 PM, Prabhakar Balakrishna wrote:
>> The are some indexing issues in the code.Few of the table fields got
>> indexed(like not null and unique),but no data is served also there is
>> no check in service definition while persisting data to those
>> entities.
>>
>> This is not a problem with MySql,Derby,MongoDB..the databases I cheked.
>>
>> But I found it is an issue with MSSQL and Windows Azure SQL.
>>
>
>


-- 


A Question for God every morning.
What is the main event today? What do you want me to focus on today?
God Speed...
Thanks & Regards
Prabhakar Balakrishna
+91-88977-49482

Re: Indexing issue

Posted by Adam Heath <do...@brainfood.com>.
What problem are you reporting?

On 06/24/2014 11:56 PM, Prabhakar Balakrishna wrote:
> The are some indexing issues in the code.Few of the table fields got
> indexed(like not null and unique),but no data is served also there is
> no check in service definition while persisting data to those
> entities.
>
> This is not a problem with MySql,Derby,MongoDB..the databases I cheked.
>
> But I found it is an issue with MSSQL and Windows Azure SQL.
>