Tagged Questions
0
votes
1answer
23 views
real time project with ORM
Often heard that the performance of any ORM can not achieve the performance of a direct connection via ADO.Net, is this true?
I'm riding an application that is in real time and I am in dilemma to ...
0
votes
0answers
35 views
How to Process AdServer Data [closed]
We are collecting logs in sql server table for our adserver implementation.
We got +100.000 logs/day and expect 1M logs/day in a year.
The logging table has 10 properties such as ...
1
vote
2answers
77 views
Can 2 redis servers share the same snapshot dump file?
Is it possible to have a Redis server running on two machines and each server specifies in the config file the same snapshot dump file name and directory, with the directory and file obviously being ...
0
votes
4answers
62 views
Possible reasons for adding second data source to existing application
So I have been looking into NoSQL databases and I have. ecome quite fascinated with them. So my question is what are some legitimate uses and/or reasons for possibly adding a second NoSql datasource ...
2
votes
3answers
234 views
Cassandra - Difference between CLI and CQL
I am new to Cassandra and learning the things. I have seen there are several Cassandra Client APIs, such as Cassandra CLI , CQL etc. I need to know what exactly the difference between CLI and CQL ? ...
0
votes
1answer
183 views
Permanent indexes in RavenDB
I currently want to create some static indexes for RavenDB to gain better performance.
But when I was going through RavenDB documentation there was one specific sentence which really made me ...
0
votes
1answer
32 views
MongoDb cursor style retrieval of embedded document property collection
Given the following class:
public class MyClass
{
public string Id{get;set;}
public List<MyOtherClass>{get;set;}
}
is it possible to retrieve and iterate the List<MyOtherClass> ...
0
votes
0answers
57 views
Any experience with Karvonite NoSQL document database / persistence store for .NET?
Has anyone used Karvonite as a persistence store for .NET desktop applications? I see they just came out with a new version 5 in November, 2012.
Looks very promising:
mapping of data model looks ...
1
vote
2answers
125 views
Movies database use SQL or NoSQL .net
I need to write a media application which stores movie/tv shows preferences/favorites for each user.I need help in deciding whenever to user a NoSql or not.
The application will have a huge database ...
0
votes
3answers
223 views
How to determine if a Couchbase View exists in a bucket? (.NET api)
Currently you can find out that a view doesn't exists when you try to perform a query after attempting to retrieve the view:
var result = _couchClient.GetView<etc>("DocumentName", ...
1
vote
3answers
415 views
integration between mvc4 application and mongo db
I am currently working on asp.net mvc4 web application. Part of the application, users can log in and browse the site etc. The data for the site is stored in a sql server database, contains users ...
2
votes
0answers
56 views
Is there a SQLite equivalent for document-based NoSQL databases? [duplicate]
Possible Duplicate:
Is there any NoSql database as simple as SQLite?
I've heard a lot about SQLite as being an awesome local database. However, there are still some things that SQL just ...
3
votes
1answer
255 views
RavenDb - Multimap index with filtered group by results
I have a requirement where I need to get a list of Races ordered by the race date. But I also need to add the races that were run by my friends to the top. So I am trying to maintain an index that ...
-3
votes
1answer
92 views
RavenDB only via http?
I am trying to learn RavenDB and using it's .Net client. If I am not wrong I think the main reason to use NoSql database like RavenDB is speed. It seems to be very fast as it is not relational. ...
1
vote
0answers
57 views
How to see query that is constructed by linq in MongoDB? [duplicate]
Possible Duplicate:
Translate Queryable<T> back to IMongoQuery
I want to see queries that is constructed by linq in MongoDB. I have been checked documentations about profiling but i ...
2
votes
1answer
82 views
How would you create a data inheritance database?
First, this is not a question about how to implement inheritance in relational databases.
The Problem:
I have a system with several sub-systems that may have several others sub-systems and so on.
I ...
4
votes
2answers
733 views
RavenDB Attachments - Functionality how to do?
I have a file input control.
<input type="file" name="file" id="SaveFileToDB"/>
Lets say I browse to C:/Instruction.pdf document and click on submit. On Submit, I want to save the document ...
20
votes
3answers
1k views
What .NET-compatible graph database solution(s) have a proven track record?
I am looking for a generic graph database solution that has existing .NET-compatible infrastructure and a proven track record.
I've found links to several options on Google and SO, but not a lot of ...
0
votes
2answers
100 views
Azure - Table Storage modeling
Is there an reference about how to properly design Table Storage data? What to put in the partition and what in the table? Are there any principals to follow(like ER model in SQL)?
0
votes
1answer
110 views
Unique list on MongoDB
I have a collection of companies in MongoDB, like this
{
"ID" : "123456",
"NAME" : "10GEN"
}
I want an atomic operation to insert a new company document if the company name is unique, else ...
1
vote
1answer
64 views
A good approch to writing a heavily concurrent application
I am designing a web application (a game) and plan to use C#/.Net for implementation. I have concerns about scalability and performance given what I want to achieve. Here goes the app.
There is a ...
0
votes
1answer
147 views
Local Datastore - SQL Server Express, MySQL, XML or NoSQL in .Net
Scenario:
I am building an OFFLINE (yeah you read right in 2012) application which needs to store data locally.
And will sync with a central mysql database when connected.
This client app has to ...
0
votes
1answer
756 views
Redis Server and connecting with multiple clients
I have a single Redis server running on a Windows 2008 machine. I have multiple websites that each use the BasicRedisClientManager. This instance is setup once on app start and set in into the ...
2
votes
0answers
388 views
comparison of CouchDB .net libraries [closed]
There are several discussions already here but they are older and non exhaustive.
I am looking for a comparison of CouchDB c# libraries. Specifically, feedback on the ones listed on the CouchDB ...
3
votes
2answers
274 views
Architecture - Selecting a NoSQL for .NET application
This question is about selecting the "right" type of NoSQL database, and I hope maybe even discuss specific ones and why they fit, according to some requirements/use-cases that I will list below ...
4
votes
3answers
642 views
NoSQL - How to mock database for unit testing?
I'm researching NoSQL databases and have a question regarding unit testing. What is the appropriate method to unit test the business logic? How does one mock a NoSQL database?
1
vote
1answer
429 views
Exception while Connecting Thrift 0.8 , Cassandra 1.0.8 and C#
I generated the client for Cassandra 1.0.8 using Thrift 0.8. I then tried the following example. The transport.open() passes, however I can't describe_keyspace or set_keyspace
TTransport transport = ...
0
votes
2answers
294 views
RavenDB - caching? “Staleness”? Why are updated documenst not being returned with the updates?
I'm trying to convert my own blog from MSSQL/EF to RavenDB and for the most part it has been pretty painless so far, but I'm having an issue with what I suspect is either 'stale indexes' or overly ...
3
votes
1answer
150 views
Does an ID POCO property have to be case sensitive for RavenDB?
I am using the Music Store sample data and I have a POCO like so:
public class Album
{
public Genre Genre { get; set; }
public Artist Artist { get; set; }
public string ID { get; set; } ...
0
votes
1answer
572 views
Concurrent operations on Windows Azure Table Storage
As far as I know Azure Table Storage supports optimistic concurrency pattern so the application has to handle all the errors resulting from updating the same entity concurrently.
I am wondering what ...
0
votes
1answer
129 views
Community or 10Gen .NET MongoDB driver?
I'm studying MongoDb and I will be putting a test app. together on my Linux workstation using Mono (I'm a C# hack). I have found this video which discusses the official 10Gen driver in which the ...
0
votes
0answers
68 views
Pattern and tools for a really scalable project
I'm an experienced developer but in the last months i've read so many documentation about new developement trends, technologies, strategies, patterns etc that actually i'm a bit disoriented in what ...
1
vote
1answer
160 views
RavenDb Integer values sorting
According to documentation, numeric values are sorted as strings by default. I am curious what are the reasons behind this decision. It looks much more reasonable for me to define default SortOption ...
3
votes
1answer
620 views
RavenDb Index sorting
Let's imagine we have the simplest Map index:
Map = posts => from post in posts
orderby post.DateTime
select new { Id = post.Id, DateTime = post.DateTime }
How does ...
1
vote
1answer
416 views
RavenDb How to make live projection on MultiMap index?
I have a MultiMap index with two Map functions which indexes comments from two document types:
public class LawDisadvantagesAndLawFixesLastCommentsIndex : AbstractMultiMapIndexCreationTask
{
...
0
votes
2answers
307 views
Database for full text search needed. SQL vs NoSQL?
I know there are several postings about this topic on stackoverflow, but the requirements of them were a bit different.
I'm looking for a database which is eligible for full text search, the main ...
0
votes
1answer
273 views
RavenDb Make computations during query
I have read a lot of times that RavenDb doesn't do any computation during query time. For example here is the quote from Ayende's article "The Pain of Implementing LINQ Providers"
One of the ...
2
votes
3answers
951 views
RavenDb Why is TransformResults placed in index
Why are live projections a part of the index (TransformResults property)? An Index is used for document querying, while projection is used for document transformation. So why should they be combined?
...
0
votes
1answer
319 views
RavenDb MapReduce filter by Id
I have the simplest MapReduce index:
public class LawDisadvantageRatingIndex : AbstractIndexCreationTask<LawDisadvantage, LawDisadvantageRatingIndex.IndexResult>
{
public class ...
1
vote
1answer
206 views
RavenDb Transform Can not convert string to null
I have created the following index:
public class LawDisadvantagesForListIndex : AbstractIndexCreationTask<LawDisadvantage, LawDisadvantagesForListIndex.IndexResult>
{
public class ...
4
votes
1answer
361 views
RavenDb Return only indexed fields
Let's imagine I have the following index:
public class PostsForList: AbstractIndexCreationTask<Post, PostsForList.ReduceResult>
{
public class ReduceResult
{
public string Id { get; ...
1
vote
0answers
89 views
RavenDb DynamicIndex Stored fields
I was surprised when noticed RavenDb marks some DynamicIndex fields as Stored. I am curious why it does so and based on what criteria.
Update. Index definition screenshot:
5
votes
1answer
600 views
RavenDb Index field attributes
For every RavenDb Index field I can specify Storage, Sorting, Indexer and Analyzer. In which cases should I use / not use these attributes?
I tried to find detailed description of these attributes ...
1
vote
1answer
330 views
RavenDb MapReduce index with three from cases in Map
I have the following Post entity:
public class Post
{
public string Id {get;set;}
public string Text {get;set;}
public IList<Vote> Votes {get;set;}
public IList<Comment> ...
2
votes
3answers
206 views
RavenDb objects instantiation
I have noticed RavenDb doesn't require entities to have default constructor. How does it create objects during queries then?
4
votes
2answers
67 views
Specify index document collection sorting
Let's imagine I have the following index definition:
public class LastSuspensions: AbstractIndexCreationTask<Casino, LastSuspensions.ReduceResult>
{
public class ReduceResult
...
5
votes
2answers
159 views
RavenDb Skips items when there are no filtering conditions
I want to retrieve all documents of some type by the following query:
var customers = documentSession.Query<Customer>()
but in this case I get only 1 result (while there are 78 of them). If I ...
3
votes
1answer
89 views
Where to store RavenDb indexes?
What is the best place in solution structure to store RavenDb indexes definitions? I have two executables: ASP.NET MVC Frontend and some background tasks executor. Both of them use only indexes which ...
0
votes
1answer
251 views
How to deserialize CommandResult?
I am using 10Gen offical c# driver and i am directly using RunCommand method and get CommandResult but i am not able to deserialize.
var commandResult = db.RunCommand(command);
list<Post> ...
2
votes
2answers
241 views
Access RavenDb server outside
By default RavenDb server is run as locahost:port. I need to make RavenDb server "visible" from my frontend server (only from my frontend server). What is the easiest way to achieve it?
